LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

database connectivity without toolkit

Solved!
Go to solution

Is it possible to connect to an SQL database without the database connectivity toolkit?  I've learned that I can create Excel reports without the report generation toolkit so I thought it might be possible?

Ron Deavers, CLD
Message 1 of 11
(4,289 Views)
Solution
Accepted by topic author programmindragon

"programmindragon" <x@no.email> wrote in message
news:1222726210026-784473@exchange.ni.com...
> Is it possible to connect to an SQL database without the database
connectivity toolkit?&nbsp; I've learned that I can create Excel reports
without the report generation toolkit so I thought it might be possible?

Sure, you could also use a free SQL toolkit: LabSQL. Both the DCT and LabSQL
are based on ADO ActiveX component, so you can also make something yourself.

Regards,

Wiebe.


Message 2 of 11
(4,272 Views)

I've used LabSQL and am pleased.  It doesn't have the bells & whistles of the toolkit, but it works well (if you're familiar with SQL).  You can see that LabSQL doesn't use a UDL file, but relies on a DSN.  That's not as convienient, I think.

 

code capture 

jm 

 

PS - I didn't come up with that clever table name Smiley Surprised

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 3 of 11
(4,269 Views)
Thank you both for your help.  I will give it a try.
Ron Deavers, CLD
0 Kudos
Message 4 of 11
(4,234 Views)
You do not have to use DSN, you can wire in a connection string constant.
Message 5 of 11
(4,208 Views)
Perhaps that's even more convenient than a UDL.  I like it, thanks.
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 6 of 11
(4,205 Views)
Thanks for that tip.  I'd rather use a connection string instead of a DSN.
Ron Deavers, CLD
0 Kudos
Message 7 of 11
(4,174 Views)

kindly let me know where i can download labsql. The original link from travis is not working

0 Kudos
Message 8 of 11
(498 Views)

If original developer for this doesn't offer a link to a 22 year old tool, i doubt it would work anymore.

0 Kudos
Message 9 of 11
(479 Views)

Fine is there any alternative to labsql ..like some other 3rd party tool

0 Kudos
Message 10 of 11
(466 Views)