[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...
Tue May 2 21:34:06 CEST 2017
http://gambaswiki.org/bugtracker/edit?object=BUG.1100&from=L21haW4-
Comment #2 by Tobias BOEGE:
>If rs.Available Then ' <--- Here we have -1 !!!
Result.Available is a Boolean. It is expected that its numerical value is -1 (meaning True).
>howmany = rsprices.Count ' <---- psst ¡always get here -1! no care the query, if there are a SP always -2
Is "rsprices" related in any way to the "rs" object you stored the query result in?
I have never used ODBC but the people who know about it will likely want a project that reproduces the bug, a sample database and possibly any configuration files that ODBC might require (no idea).
Tobias BOEGE changed the state of the bug to: NeedsInfo.
More information about the User
mailing list