How to connect sql server 2000
Re: How to connect sql server 2000
How to connect sql server 2000
use jdbc
use jdbc
OOo 2.3.X on Ms Windows W2k
Re: How to connect sql server 2000
I never tried but it is same for all JDBC connections, it will guide you to right direction, not fully correct, I never tried.
Use MSSQL JDBC driver in same way as described in MySQL connection wiki page.
Download MSSQL driver,
add to the classpath, useas JDBC driver class.
I found it in MSDN documentation, may be need some change:
Use MSSQL JDBC driver in same way as described in MySQL connection wiki page.
Download MSSQL driver,
add to the classpath, use
Code: Select all
com.microsoft.sqlserver.jdbc
I found it in MSDN documentation, may be need some change:
Code: Select all
jdbc:sqlserver://localhost:1433;databaseName=YourDatabase
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
Hungarian forum co-admin