Hi All,
Can some one please explain what is happeing for me.
I have 2 IDENTICAL PC'S (hardware) 1 is running windows NT 4 Workstation and the other is running windows 2000
The windows 2000 machine app runs fine BUT the NT4 machine REPORTS that the database is missing (it is locatated in the app folder C:\NPoS) BUT THE Database is there I can see it and open it in Access.
I am using the following connection string
Code:
Provider=Microsoft.jet.OLEDB.4.0;" & "Data Source=" & App.Path & "\Database.mdb" & ";" & "Persist Security Info=False
Do I need to change it so the system can work on BOTH version on Windows?
Or am I using the wrong connection string for NT4
Thanks guys
Andy