LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

My Windows NT which use MS ACCESS database fail under Windows XP.

I have wrote a program which do request to a MS ACCESS database Labwindows CVI 6.0 and SQL Toolkit 2.0.
The original platform was Windows NT 4.0 but I would like to use my application under Windows XP now.
The program connect access the database, the method DBConnect return an error.
I have verified, the DSN is correct.
0 Kudos
Message 1 of 2
(2,823 Views)
Hello

You might want to make sure that the basic functionality is present with the toolkit. Xp has a different of MDAC than NT, and each version tends to behave differently ( but they should still work). There are some simple connection examples that are installed with the SQL Toolkit, try running those to see if you can connect at all to the database. I have tried this on an XP system and it does work. It always helps to try isolate the problem to your particular case or whether the toolkit installed correctly.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,823 Views)