aspose file tools
The moose likes JDBC and the fly likes Using TDS Driver for MS Sql Server 2000 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Using TDS Driver for MS Sql Server 2000" Watch "Using TDS Driver for MS Sql Server 2000" New topic
Author

Using TDS Driver for MS Sql Server 2000

Rajesh Kumar77
Greenhorn

Joined: Sep 04, 2001
Posts: 12
hi
i want to make use of t d s driver for sql server 2000
but i am not able to create login and password in database
the server is also installe in same machine
server name is kumar and port no is 1433
String url="jdbc:inetdae7:kumar:1433";
String login="sagar";
String password="sagar";
Class.forName("com.inet.tds.TdsDriver").newInstance();
con=DriverManager.getConnection(url,login,password);
i am facing pblm while creating login in sql server
pl help me
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Using TDS Driver for MS Sql Server 2000
 
Similar Threads
Error creating SQL 2000 connection pool ........ Pls Help
MS SQL Server / JDBC / Ant problems
HELP please with SQL Server
Ant, JDBC, MS SQL Server
Login failure Microsoft Sqlserver 2000