Hi there,


> Having done a fair bit of VB programming (in VB 6), it seems to me that
> recordcount is simply unreliable, no matter which database or which ODBC driver
> you use...


In fact the ODBC specs states that it may not be accurate for client/server databases 
because they may not know how many records satisfied a given query until you try to 
fetch them all. Personally I've seen this kind of erros against Oracle and DB2, but 
I've seen many programmers used to it because of Access databases.


[]s, Fernando Lozano

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to