Hi
I created an application using VB to update access database. Due to the computer that I install the application can't use ODBC. so I use this way to open the database:
Dim oConn As New ADODB.Connection
oConn.Open = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:\db\summation.mdb"
I also use Sleep, and DoEvents in my application.
When I use this application in Window XP, it is just run fine. But when it runs in Window NT, the error message pop up:
"invalid procedure call or argument"
Do you have any idea what is going wrong, is there *.dll files missing, or old version *.dll file. if yes, which one?
Many... Thanks
Mike
I created an application using VB to update access database. Due to the computer that I install the application can't use ODBC. so I use this way to open the database:
Dim oConn As New ADODB.Connection
oConn.Open = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:\db\summation.mdb"
I also use Sleep, and DoEvents in my application.
When I use this application in Window XP, it is just run fine. But when it runs in Window NT, the error message pop up:
"invalid procedure call or argument"
Do you have any idea what is going wrong, is there *.dll files missing, or old version *.dll file. if yes, which one?
Many... Thanks
Mike