Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fun with ADO and SQL

Status
Not open for further replies.

BKtechie

MIS
Mar 27, 2002
132
US
hello all-
I have written a SQL statement that computes averages of survey scores and works perfectly in Access. To my dismay, when I attempt to open an ADO recordset in Visual Basic 6.0 with the exact same SQL statement, it produces different results on the calculations, by multiples of 1.75. I'm using the DBase 5.0 ODBC driver to open the recordset. Any thoughts?
 
OK, I figured out that the dBase 5 driver doesn't pack the file after deleted records. Anyone know of a way to pass dBase commands from a VB App? It would be helpful in the automation of this process and further application development.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top