| Author |
Problem in making connection
|
Parham Emami
Greenhorn
Joined: Jul 11, 2003
Posts: 15
|
|
OS: Windows XP - Pro IDE: Jbuilder 7 JDBC driver: Microsoft JDBC Driver DBMS: MS SQLServer 2000 my Authentication mode inside SqlServer is both windows and SQLServer. But when I want to connect to db from my java program with the followingurl: "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=parham1","myWindows UID","myWindowsPWD"; I get the following Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC] [SQLServer]Login failed for user 'myWindowsUID'. Thank you for your help and support
|
 |
age spets
Ranch Hand
Joined: Aug 07, 2002
Posts: 68
|
|
|
same problem here...
|
 |
age spets
Ranch Hand
Joined: Aug 07, 2002
Posts: 68
|
|
Problem fixed: When register user on SQL-Server, define user as SQL user on security and not windows user. Make sure yu also have mixed mode on authorization. Age
|
 |
 |
|
|
subject: Problem in making connection
|
|
|