LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to creat a database using Labview7.1,like library managing system?

Solved!
Go to solution
I want using labview7.1 to build a database like library managing system.but i don't know how to do it.could you show me how to realize it?
0 Kudos
Message 1 of 3
(2,583 Views)
Solution
Accepted by topic author ldragon

For performing database queries, NI sells the Database Connectivity Toolkit. However, since your version of LabVIEW is no longer supported, I don't know if you could purchase it. Your other option is to use  LabSQL. Both of these are based on ADO. The toolkit hides some of the low level SQL commands but you can find plenty of SQL tutorials and should be able to get up to speed fairly quickly. LabSQL is what I use in my LabVIEW apps.

 

The actual creation of a database is typically done in the database environment itself (i.e. you use Access to create a Jet database). This is not really related to LabVIEW at all and proper database design is a pretty lengthy subject. If you know the database system that you plan to use, someone might be able to point you to specific help. 

Message Edited by Dennis Knutson on 11-22-2008 11:16 AM
Message 2 of 3
(2,557 Views)

Thank you for your help!

0 Kudos
Message 3 of 3
(2,531 Views)