Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

please help!!odbc of access2000 with centura

Status
Not open for further replies.

nedjma

Programmer
May 28, 2002
1
DZ
I have version 10.1.0 of centura builder, and i want to have link with access database using ODBC, but i have SQL errors (with open database, i have ODBC driver not supported this function), and running my program, in sql select statement, an error of odbc.
I use access 2000 with windows98 and access odbc version is 4.00.371108
thanks in advance
 
Check your system ODBC settings and make sure that your centura driver shows up properly in User DSN. With it there, you can link to it from Access using the DSN name. If you're trying to link a table, it will take you to the DSN list. When connecting via SQL, as in a pass-through query, specify &quot;ODBC;DSN=<DSNname>;DB=<database>;SRVR=<server>;UID=<userID>;PWD=<password>&quot; in the properties.
Hope this answers your question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top