11-24-2009 03:03 PM
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.
11-24-2009 03:25 PM
11-25-2009 12:38 AM
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.