cancel
Showing results for 
Search instead for 
Did you mean: 

How to communicate with SQL using LabVIEW 7.1...?

SOLVED
Rupali
Member
Solved!

How to communicate with SQL using LabVIEW 7.1...?

Hello... Smiley Happy

 

       I want to create a system which deals with database & stores the database in server through SQL... Can anyone please guide me how to communicate with SQL using LabVIEW 7.1...?

 

       Thanks for any help from you.. Smiley Happy

15 REPLIES 15
AdnanZ
Active Participant
Solution

Re: How to communicate with SQL using LabVIEW 7.1...?

Message contains a hyperlink

You can either use LabVIEW Database Connectivity Toolkit or LabSQL to communicate with SQL databases. Have a look at those and post back if you have any further questions.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Rupali
Member

Re: How to communicate with SQL using LabVIEW 7.1...?

Thanks for reply.. Smiley Happy

 

Does it mean I have to purchase those software...? Is there any other way...?

AdnanZ
Active Participant

Re: How to communicate with SQL using LabVIEW 7.1...?

The first one YES Smiley Happy, but not the second one. I use LabSQL and it works perfect.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Rupali
Member

Re: How to communicate with SQL using LabVIEW 7.1...?

Ok... The condition is same for LabVIEW 8.5 too....? Woman Surprised
Mathan
Trusted Enthusiast

Re: How to communicate with SQL using LabVIEW 7.1...?

It is irrespective of the version.... Smiley Wink
Rupali
Member

Re: How to communicate with SQL using LabVIEW 7.1...?

Ok.. Thanks for the help... Smiley Happy
Rupali
Member

Re: How to communicate with SQL using LabVIEW 7.1...?

Hello Adnan Z... Can you show me how to use the VI's i downloaded from LabSQL zip file... Means if I have to store some text message in server or I have to read from server how to go for it...?
Message Edited by Rupali on 01-07-2009 01:31 AM
AdnanZ
Active Participant

Re: How to communicate with SQL using LabVIEW 7.1...?

Hi Rupali, I don't understand. You want to execute SQL statements to write something in the database or want to do something else? If it's SQL statements, have you already installed the database and the ODBC driver? When you download LabSQL, it has examples which shows how to communicate with the database.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Rupali
Member

Re: How to communicate with SQL using LabVIEW 7.1...?

Ok.... Database means the records which are saved in excel sheet and those should be saved in server.... And one can be able to read or write in that.. Smiley Happy this is what information I got for my project.. n I have to deal with SQL language.. Smiley Happy