How to use JDBC to Connection to SQL Server 2000 database ??
I've set up Sql Server 2000 with SQL Server 2000 Driver for JDBC driver
from Microsoft.
Database Name: test
Database type: Microsoft sql server 2000
Host: (computer name)
Host Database Name: test (it's exists in SQL Server 2000)
user name: sa
pasword: password
Test connection:
Get error:
make sure you have installed the jdbc drivers for the seleted database type!!
can any body help me to solve this problem?
Thank's for your response.