LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sql

Hi,
I'm trying to write a simple labview program that accesses and
extracts some information from a SQL database. Can anyone give me
some pointers? Thanks in advance!
 
 
do I need  some knowledge in SQL
< td>
0 Kudos
Message 1 of 4
(2,929 Views)

NI provides developers with a toolkit for LV to accomplish exactly those things. It is called Database Connectivity Toolkit and you can find it here.

hope this helps,
Norbert

 



Message Edited by Norbert B on 05-06-2008 02:02 AM

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 4
(2,923 Views)
 
 

Hi

In order to use the SQL you need either the database connectivity toolkit or a solution available at http://jeffreytravis.com/lost/labsql.html

Yes you need to have some knowledge in SQL query and its syntax. Check page 82 of this file where you can find some reference for SQL commands.

Which database are you trying to access ? MySQL, MS SQL, Oracle or some thing else ? You can do a search for database related questions in this forum and can find how others have done this.

Regards



Message Edited by Deepu on 05-06-2008 04:03 PM

0 Kudos
Message 3 of 4
(2,920 Views)
W3 Schools has a basic SQL tutorial.
0 Kudos
Message 4 of 4
(2,883 Views)