[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 Jun 7 02:11:07 CEST 2017
http://gambaswiki.org/bugtracker/edit?object=BUG.1100&from=L21haW4-
Comment #12 by Leonardo SALAZAR:
I reproduce the error in debian 7 gambas 3.4.2
the next piece of code always return "-1"
Try rs = $conexionodbc.Exec(query)
If rs.Available Then '
howmany = rsprices.Count '
Endif
get -1
no way to fetch the data in grid
More information about the User
mailing list