954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

creating dsn

I needs to create DSN on
ODBC thru java ...[i'm using oracle 8i]
So please help me out a perfect solution...
Regards
GR

grajeshmsc
Newbie Poster
13 posts since Mar 2005
Reputation Points: 10
Solved Threads: 0
 

You can use Oracle without ODBC, just use the class 4 JDBC driver which has far better performance and is platform independent.
You're not going to create DSNs from Java without using native code (thus JNI and a DLL), though maybe the Oracle ODBC bridge driver has some non-standard functionality to allow it (you'd have to check the documentation on the driver for that).

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You