Home > database >  A JDBC connection problem
A JDBC connection problem

Time:10-05

[Microsoft] [used 2000 Driver for JDBC] [used] user '(null)' login failed, reason: not associated with a trusted SQL Server connection

Always show the mistake, I set the
JDBC driver name: com. Microsoft... Essentially SQLServerDriver
URL: JDBC: Microsoft: essentially://localhost: 1433
The Login ID and password is empty, database connection is the SP3 patch of SQL Server 2000, and the configuration properties in the authentication has been changed to SQL Server and Windows, network parameters inside the default port is 1433

Look up a lot of web pages, but still won't do, ask everybody to help

CodePudding user response:

Fill in the Login ID and password

CodePudding user response:

Don't fill in the user name and password
] [used 2000 Driver for JDBC] [used] user '(null), which said very understand user name is null

CodePudding user response:

Ha ha, interesting, in fact you understand a bit of a problem. "the Login ID and password is empty," at the time of writing is the need to write the Login="" ID=" "way, rather than not to write.

CodePudding user response:

up

CodePudding user response:

Fill in the Login ID and password, the user first name write, password way nothing to do,

CodePudding user response:

Haven't met this situation.
  • Related