04-11-2023 12:22 PM
I'm trying to create a vi that will access a Microsoft Access database and display items. Everything I've read on this involves creating a new data link in LabView. However, when I go to the Tools menu and look for the Create Data Link option, it's missing. I've checked to make sure I have the Database Connectivity Toolkit installed, but I still seem to be missing the option. Does anyone know why this might be?
Thanks
04-12-2023 06:12 AM
Hi,
I'm not sure why that option is missing from tools menu, but there is another way to access datalink properties. create an empty file with .udl extension and double click the file to get the datalink options.
04-12-2023 02:21 PM - edited 04-12-2023 02:22 PM
Thanks. I think I found the issue for the missing option. Apparently the Database Connectivity Toolkit is now a module you have to purchase separately. I had thought it was included in the full development system.I was able to do what you had suggested, but I think I'll not be able to make my program without that toolkit. At least, not as easily.
Thanks again.