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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC question

Status
Not open for further replies.

ArnaudAbadie

Programmer
Mar 14, 2001
43
FR
Hi all,

I made a little programm in Borland C++ that links to a PSQL2000 Database and did some Sql queries.
To do so, I create an ODBC Connection. It's perfect when I use it with just one Database (located by its DDF files and its DSN Engine I presume).
But how can I make my program access to others databases that are located on the same serveur but on different locations.
Let say:
1° location \\MY_SERVER\DATABASE\001\FILE.DDF
2° location \\MY_SERVER\DATABASE\002\FILE.DDF

I made an old program that used the ODBC 2.04 and I used the software\ODBC\ODBC.INI reg entry in that time.

What's the equivalent now with PSQL2000i SP4 ?

Thank you in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top