View Issue Details

IDProjectCategoryView StatusLast Update
0008775VALENTINA SERVERSQLite Serverpublic2020-05-21 10:51
ReporterBeatrix Willius Assigned ToIvan Smahin  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Summary0008775: Constructor for VSQLiteDatabase with VConnection doesn't work
DescriptionAccording 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.
TagsNo tags attached.

Activities

Ivan Smahin

Ivan Smahin

2020-05-21 10:51

manager   ~0011294

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

Issue History

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