Re: [Gambas-user] "Result is not available" error with ODBC connection and DataSource

2016-03-02 Thread Markus Schatten
Dear Charlie, no the one in question does not... After dropping all tables without keys, only leaving tables with keys, sadly still the same error... All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization

Re: [Gambas-user] "Result is not available" error with ODBC connection and DataSource

2016-03-02 Thread Charlie Reinl
Am Mittwoch, den 02.03.2016, 21:03 +0100 schrieb Markus Schatten: > Dear friends, > > I'm trying to do a simple thing, connect a DataSource to a ODBC > connection (unixODBC). The DSN points to a simple sqlite3 database > which has a table test(a integer, b varchar(10)) in it. The unixODBC > seems

[Gambas-user] "Result is not available" error with ODBC connection and DataSource

2016-03-02 Thread Markus Schatten
Dear friends, I'm trying to do a simple thing, connect a DataSource to a ODBC connection (unixODBC). The DSN points to a simple sqlite3 database which has a table test(a integer, b varchar(10)) in it. The unixODBC seems to be working fine, since I can connect to the database using isql and see all