What is the jTDS driver?
I have heared about the jTDS drivers with JDBC to co开发者_运维问答nnect with SQL Server, but I do not know how to use it. Do I need to download the drivers of it? How would I use them?
Yes. You do need to download. Driver, which processes ODBC function calls, submits SQL requests to a specific data source, and returns results to the application and driver manager loads drivers for the application.
精彩评论