View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008775 | VALENTINA SERVER | SQLite Server | public | 2020-04-21 08:10 | 2020-05-21 10:51 |
Reporter | Beatrix Willius | Assigned To | Ivan Smahin | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0008775: Constructor for VSQLiteDatabase with VConnection doesn't work | ||||
Description | According to https://valentina-db.com/docs/dokuwiki/v10/doku.php?id=valentina:products:adk:api:vsqlitedatabase_class:construction_methods I should be able to use connection = new VConnection( "somecompany.com", "sa", "sa" ) connection.Open() remote_db = new VSqliteDatabase( connection, 'db1' ) '<--error here remote_db.Open() '<-- error here .................. remote_db.Close() connection.Close() for connecting to a remove SQLite database. The code doesn't even compile in Xojo 2019r3. | ||||
Tags | No tags attached. | ||||
That page is most common for all ADKs. V4RB implements only specific Xojo's RBDB-way to work with vSqlite databases. See https://valentina-db.com/docs/dokuwiki/v10/doku.php?id=valentina:products:adk:v4rb:manual:rbdb:rbdb Changes: There is a new warning about V4RB specific: https://valentina-db.com/docs/dokuwiki/v10/doku.php?id=valentina:products:adk:api:vsqlitedatabase_class:vsqlitedatabase_class |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-21 08:10 | Beatrix Willius | New Issue | |
2020-05-21 10:51 | Ivan Smahin | Assigned To | => Ivan Smahin |
2020-05-21 10:51 | Ivan Smahin | Status | new => resolved |
2020-05-21 10:51 | Ivan Smahin | Resolution | open => no change required |
2020-05-21 10:51 | Ivan Smahin | Note Added: 0011294 |