Hi,
I have a VB6 application that accesses a very large SQL Server 7.0
table. The VB app is using ADO to connect to the data source and then
returning the results to populate an array. Some queries return all
zeros when data exists in the SQL Server table with one caveat: the
query returns data when it is run on a faster (vs. slower machine) or
the query itself is shorter. I assume it is some timing issue but I
don't seem to be getting any error messages, sometimes just a table with
all zeros. Any help would be appeciated.