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

Comment #13 by Benoît MINISINI:

Just a remark: if it is too hard to make a generic GetRecordCount() method, you 
can store in your database connection object the underlying ODBC connection type
so that you can use a different method in each case.

If I'm connected to a SqlServer database, do the count that way,
If I'm connected to a Firebird database, do the count that other way,
Otherwise use this default method.

What do you think?

Benoît MINISINI changed the state of the bug to: Working.



------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to