L
LeAnn
I have an VB Script file that runs an Access 97 procedure. Basically the
script passes several variables to the procedure to extract data from a
Visual Fox Pro database (5 different tables)to text files. The script is
making 5 calls to the same procedure. This has run fine for many months.
All of a sudden, I'm getting the following error on the 3rd call(only 15 of
198 records are written to the text file):
'Multiple-step OLE DB operation generated errors. Check each OLE DB status
value, if available. No work was done.'
All of the drivers being referenced are ODBC. I've read several articles
trying to track the cause and I'm thinking the article "INFO: ADO Spawns
Additional Connections to SQL Server #194979" or "FIX: Uninitialized String
Variables, Empty String Values, Jet Provider, and Errors Occurred #228935"
may be relevent.
Why would this occur all of a sudden? I'm not sure if it is related to
initialization of the variables or additional connctions being spawned. I
have run this on 2 different computers (one definitely has the latest Jet 3.5
SP3).
Any help?
script passes several variables to the procedure to extract data from a
Visual Fox Pro database (5 different tables)to text files. The script is
making 5 calls to the same procedure. This has run fine for many months.
All of a sudden, I'm getting the following error on the 3rd call(only 15 of
198 records are written to the text file):
'Multiple-step OLE DB operation generated errors. Check each OLE DB status
value, if available. No work was done.'
All of the drivers being referenced are ODBC. I've read several articles
trying to track the cause and I'm thinking the article "INFO: ADO Spawns
Additional Connections to SQL Server #194979" or "FIX: Uninitialized String
Variables, Empty String Values, Jet Provider, and Errors Occurred #228935"
may be relevent.
Why would this occur all of a sudden? I'm not sure if it is related to
initialization of the variables or additional connctions being spawned. I
have run this on 2 different computers (one definitely has the latest Jet 3.5
SP3).
Any help?