08-29-2006 05:31 PM
08-29-2006 07:52 PM
Try the file dialog function.
08-30-2006 09:33 AM
Not exactly what I was looking for.
I know how to use the file open dialog function, I just don't have any experience with the database access tools and was hoping for an example of opening a database using these tools. My ultimate goal is to open the database extract the message table and utilize this data in another vi to decode and save the table in text format. Do you have any examples that perform these functions? I'll eventually figure it out, but wanted to avoid the trial and error method if something is readily available.
Thanks for the reply
08-30-2006 09:54 AM
08-30-2006 10:07 AM
Yes, I have the toolkit.
I need to dynamically create the datalink to a MSAccess (.mdb) database on a server.
Thanks for the reply
08-30-2006 10:19 AM
08-30-2006 10:33 AM
08-30-2006 12:09 PM
Thank you.
I modified my open dialog path to string and was able to make the connection.
Now I can work on pulling the message table data out and saving as a spreadsheet.