How to make a DSN less Connection in JAVA. I am trying to make SQL database connection in my java program. But i dont want to make DSN. Is there any al开发者_开发问答ternative. Or how can i make DSN command line?
You can use a type IV, 100% Java JDBC driver for your database and dispense with a DSN altogether. which SQL database are you using? If you meant "Microsoft SQL Server", you can choose either the Microsoft JDBC driver or jTDS.
精彩评论