This widget could not be displayed.
This widget could not be displayed.

LabVIEW

This widget could not be displayed.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I send SQL statement to SQL Server and return data without using Database Connectivity Toolkit?

Solved!
Go to solution

Hi,  I've been trying to figure out how to pull data out of my SQL Server databases and from reading some posts and doing some tests with examples, I can kind of get data connecting into my SQL server, but so far nothing that helps.  Is it possible to actually get data out of a SQL Server database without using the Database COnnectivity Toolkit?  and if so, how?  are there whitepapers and/or examples of this?  So far, I cannot find anything that works.  thanks.

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 1 of 4
(3,212 Views)

I haven't ever done it before in LabVIEW and don't have the time to do much of the research right now.

 

That having been said, you will want to look for either a .NET library or an ActiveX control. Aside from the toolkit, you aren't going to find a native solution to LabVIEW - which means using other libraries. A quick google search returns this:

 

http://msdn.microsoft.com/en-us/library/ms810810.aspx

 

which may help.

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 2 of 4
(3,207 Views)

I found a old post over at the other side, that talks about connection to SQL databases:

http://lavag.org/topic/7240-best-way-to-interface-labview-to-sql-server/

 

One tool I have seen is LabSQL, try to search for that.

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 3 of 4
(3,201 Views)

Jesse - What is your reason for not using the Database Connectivity Toolkit? That is by far the easiest way to grab data.

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Message 4 of 4
(3,178 Views)