The database application is a fairly simple one, using an Access 97 front end communicating with a SQL Server 6.5 back end. Typical operations carried out on the data would be straightforward enough, i.e. adding/deleting/editing records.
We want to transfer the data from 6.5 to a new SQL 2000 server and I've written some fairly extensive test programs for the application. We transferred a test copy of the database onto 2000 and ran the same test program multiple times, always getting very strange results.
So, what I'm wondering is if there's some fundamental difference in the way that SQL 2000 communicates with Access? The SQL is fine - we ran it directly through 2000 and got the "correct" results. The problem only occurs when we run the program using the VB code in Access.
Any help would be greatly appreciated, as the sooner we get the database onto 2000 the better.
We want to transfer the data from 6.5 to a new SQL 2000 server and I've written some fairly extensive test programs for the application. We transferred a test copy of the database onto 2000 and ran the same test program multiple times, always getting very strange results.
So, what I'm wondering is if there's some fundamental difference in the way that SQL 2000 communicates with Access? The SQL is fine - we ran it directly through 2000 and got the "correct" results. The problem only occurs when we run the program using the VB code in Access.
Any help would be greatly appreciated, as the sooner we get the database onto 2000 the better.