Hai,
I am getting below error while updating MS access database file from VBScript. When i usedProvider=Microsoft.ACE.OLEDB.12.0
Error message is : 'Microsoft Office Access Database Engine: Your network access was interrupted. To continue, close the database , and then open it again'.
Any suggestion how to resolve this issue ? Currently I am running it with logged in account itself using 'cscript' latter i am planning to run this as a scheduled job.
When i opened the .mdb file after the Error message I realized that some of the records are updated correctly but it failed for some other records.
For trouble shooting this I changed the provider to Provider=Microsoft.Jet.OLEDB.4.0 but this time Error message is :'Microsoft JET Database Engine: Disk or network error'.
Following are the system specification:
File: .mdb (2000 format)
Language: VBScript
Server: Windows Server 2003 std edition
MS Access Version: Access 2007
TEMP and TMP variable are set to: %USERPROFILE%\Local Settings\Temp