LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

database connection problem

Hello All,

 

I have a code to debug and analyse, the code i think is using the database toolkit 1.0.1 .

 

Programming is done using ADO technique,

 

I am new to database programming, and I am facing the problem in opening a database reference,

 

every time I run a program, i get the error whose image is attached. 

 

Pls help me out

 

Thanks.

 

0 Kudos
Message 1 of 3
(2,671 Views)
We'd have a better shot at helping if we saw the code that caused the error.
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 2 of 3
(2,659 Views)

Have you configured the ODBC in your machine? Sounds like ODBC is not configured.

 

If not, goto Control Panel>> Administrative Tools>>Data Source (ODBC). Select Add under DSN tab, Select the database you are using like SQL server. and get established with the database.

 

Also you would like to read the DBToolsUM.pdf which is shipped with your database toolkit software to get an idea of step by step procedure of using database toolkit and configuring ODBC.

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