06-22-2004 08:12 PM
06-30-2004 04:49 AM
06-30-2004 04:53 AM
04-02-2008 04:22 AM
07-08-2008 09:26 AM
Ebbe,
Can you possibly send this to me in Labview 8.0 format somehow? I cant open it in the current form...
I am very interested in this since I have to create 30 MS Access dB udls on the fly from a server dir listing.
ID
07-08-2008 09:34 AM
07-08-2008 10:02 AM
thanks alot.
I must ask a stupid question...
The VI is failing when trying to open the windows registry key for SOFTWARE\Microsoft\Microsoft SQL Server. It gives me an error -603 the windows reg key that you are trying to open does not exist. Sounds self explanatory, but I am looking for the MS Access Server Key I believe.
Any thoughts would be helpful..
07-08-2008 10:19 AM
07-08-2008 10:39 AM
Thanks again.
When doing it manually, I set things as shown in the Data Link Properties.jpg. My registry looks like the registry.jpg file.
My data link that I want to create is a MS ODBC one that I think is this registry key
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ODBC".
But now I am getting the same error -603 on the next VI when it tries to read the default value. Will this VI work for this application knowing what we know now?
07-08-2008 10:47 AM
One way I have done it in the past is to look for a UDL if it was missing, Create the temp.udl file and call the command line with "cmd /c path/temp.udl" whete the path is the path to the temp file. This will bring up the windown udl config window. this is not a silent method but works with almost no extra coding.
Paul