Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here i dont want any connection string to connect database to my program bcoz i know the DSN less connection to the database.

i want the code for create DSN through Java programing...!



Thanks Regards,
Vishal P.
Posted

All DSN (System and User) are writen in registry. Create DSN using odbcad32.exe[^] application and check registry entry[^];)

Here is an example code: See this: https://forums.oracle.com/forums/thread.jspa?threadID=1322637[^]
 
Share this answer
 
We also want many things we can't get :(
The two sentences have nothing in common.
1) What is wrong with connection strings? You don't need to hardcode them, there are configuration files even around java. You can even access registry.
2) Even Microsoft recommends not using system dsn
3) When possible avoid using odbc with java, use jdbc
4) I doubt you will be able to create system dsn with pure java (unless you modify the registry[^] directly) - I might be wrong
5) You can however simply create and maintain file dsns. Look here: http://support.microsoft.com/kb/165866[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900