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

how to use ODBC interface...

Status
Not open for further replies.
Oct 22, 2001
215
US
I am thinking to write a program in UNIX that can use the ODBC and connect to a remote database and extract data (or generate a quiery that brings results back to host machine)..

Can any one point me to the right direction? Any sample/script will be helpful. Note my source is ORACLE database. TIA
 
What are you going to write it in?

You could do it in Java, and use JDBC. You may want to look at the JDBC Developer's Guide and Reference (for the 9i version,
You could use Perl as well, with a database interface module. There are examples on the web.

If it's in C, you may want to check out (I haven't tried it though).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top