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

JDBC and DSN

Status
Not open for further replies.

dreeze

Programmer
Dec 14, 2000
13
US
Hello all,
im faced with this problem.
im using servlets to access a paradox 5 database. the problem is the db is huge with several small tables in directory tree. i need to find out a way to not enter a DSN in ODBC for each table.
i was thinking of i specify 1 DSN at the root of the DB and just add the paths inside the program. but unfortunately i cantg just add the subdirectory to the URL of the DSN.
any suggestion how i could deal with this?
thanx
Dreeze
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top