[Gambas-bugtracker] Bug #1331: ODBC driver crack status 2: Result object are NULL now.
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Aug 13 20:28:36 CEST 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1331&from=L21haW4-
Comment #17 by PICCORO LENZ MCKAY:
3.11.4 released and still broken!
gb.db.odbc.GetConnectedDBName: desc->name: NULL.
gb.db.odbc.do_query: res 0xbfccc454, dbc handle 0x8a6654c, query 'select "pepe"'
gb.db.odbc: Cannot do GetRecordCount()!
i repeat the problem are nto the string connection, it's the new commits related to : https://gitlab.com/gambas/gambas/commit/aa67ba1309bde70e8b528be833ba06a8d124cbd1 and https://gitlab.com/gambas/gambas/commit/e07ac2e4f2588f62bb55aa2b8351a08a810c1586
suppost to be solved with https://gitlab.com/gambas/gambas/commit/aebc6a0bdafacf79afbd602f1ed81a15eccf5b91 but after commit now querys does not work
tested and working from the command line:
root at sysanydesktop0:/home/remoto/Ventas# isql asapanywheredb dba sql
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
SQL> select "pepe"
+-------+
| 'pepe'|
+-------+
| pepe |
+-------+
SQLRowCount returns 1
1 rows fetched
SQL>
More information about the Bugtracker
mailing list