Java - connect to SQL Server using JDBC ODBC in win 64bit

Java - connect to SQL Server using JDBC ODBC in win 64bit
Free, give away things, tutorial -.com/blogger_img_proxy/
When I do my School Project (Create an Java App connect to an DB), I found it's can't be done in windows 64bit, so I search the Internet and I found my own way to finish it in Windows 64bit. Just follow these step below. Step 1 Run the 32-bit odbc driver using WinKey+R, then copy-paste the below command C:\Windows\SysWOW64\odbcad32.exe Step 2 Make a dsn named “SQLDB” or whatever name you want to. Step 3 Create a new project in eclipse. Step 4 Change the jre to the java installed inside C:\Program...

Sponsors