ArnaudAbadie
Programmer
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 adavnce
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 adavnce