[Gambas-user] [Gambas Bug Tracker] Bug #1100: ODBC driver super buggy 1: rs.count return always negative and only one event in lasted

bugtracker at ...3416... bugtracker at ...3416...
Wed May 3 13:42:40 CEST 2017


http://gambaswiki.org/bugtracker/edit?object=BUG.1100&from=L21haW4-

Comment #5 by zxMarce:

Piccoro,

Just added an attach with a pretty much generic ODBC component test project.
It allows to connect with the new ConnectionString approach (can connect without putting server info in INI files), or the traditional INI file settings.
It also allows to run queries on the connected server. There's minimal error catching and also allows to set the GB.Debug flag to get extra ODBC component debug info on the Gambas Console.

I used the attach to connect successfully to MSSQL and Firebird: I was reported an error in the internal RowCount function I implemented in the component when using Firebird and it was successfully patched.

The app does not use the graphical data connection nor any data-bound controls. As said, it's very basic but does the job.
It also helped me to polish some rough edges on my butchering of the Gambas ODBC component.

Hope it helps you also,
zxMarce.






More information about the User mailing list