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

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).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.