From: Tobias Boege <[email protected]> > > On Fri, 15 Aug 2014, Jorge Carri??n wrote: > > Since a lot of time I've been using this code with Sqlite3 databases in > > order to identify the keys and other information about Sqlite3 tables. > > > > dim rs as result > > > > rs = rsDatos.Connection.exec("PRAGMA table_info(`" & tabla & "`)") > > > > > > It have been working right from several years. > > Now It returns a not Available Result with 0 fields
Similar problem for me when i retrieve binary data from a table and the data are not an image > r5977 | gambas | 2013-12-03 15:36:19 +0100 (Tue, 03 Dec 2013) | 3 lines > > [GB.DB.SQLITE3] > * BUG: Fix crash due to last commit. > --8<------------------------------------------------------------------------ > Also, if you didn't do it yet, check the database with the sqlite3 program > so that we can rule out a corrupted database as the cause. If your database > is OK, it could be a bug. And as always it would help to send a project > which shows the behaviour. In the past I send a few emails with questions about when i extract from table a picture this stored correctly on filesystem but not when extracted binary data, still persists the problem, to send a bug would have to outline a project that reproduces the problem and this happens sporadically ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
