Re: Accessing heterogenous data from Oracle/AIX



I sort of doubt that any vendor has written an AIX ODBC module to
connect to TDS. I do not ever remember hearing about the TDS database
product before your post.

Here are some ideas
1- write your own ODBC driver
2- if the TDS db is small upload the data to Oracle
3- write socket programs that talk to each other, one to run on each
platform, and interface it to Oracle using the external procedure
feature
4- if TDS supports java then you should be able to write a java program
that runs on AIX that can access both databases

HTH -- Mark D Powell --

.