Re: Bug with instanceName property?
- From: "Angel Saenz-Badillos[MS]" <angelsa@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 Jan 2006 20:23:34 -0800
I am sorry the previous message is not legible for some reason. trying
again:
The only thing I can think of is that the Sql server 2000 you have installed
on that machine at port 1433 has a user=sa, password=123 and it does not
have a database called cc.
What do you get when you try the following:
jdbc:sqlserver://ITH:1433;user=sa;password=123;
jdbc:sqlserver://ITH:1433;forwardReadOnlyMethod=direct;user=sa;password=123;
jdbc:sqlserver://ITH:1433;forwardReadOnlyMethod=direct;databaseName=cc;user=sa;password=123;
what about this:
jdbc:sqlserver://ITH;instanceName=SQLSERVER2005;user=sa;password=123;
jdbc:sqlserver://ITH;instanceName=SQLSERVER2005;forwardReadOnlyMethod=direct;user=sa;password=123;
jdbc:sqlserver://ITH:;instanceName=SQLSERVER2005;forwardReadOnlyMethod=direct;databaseName=cc;user=sa;password=123;
.
- References:
- Re: Bug with instanceName property?
- From: Angel Saenz-Badillos[MS]
- Re: Bug with instanceName property?
- From: Angel Saenz-Badillos[MS]
- Re: Bug with instanceName property?
- From: Angel Saenz-Badillos[MS]
- Re: Bug with instanceName property?
- Prev by Date: Re: Bug with instanceName property?
- Next by Date: Re: Bug with instanceName property?
- Previous by thread: Re: Bug with instanceName property?
- Next by thread: Re: Bug with instanceName property?
- Index(es):
Relevant Pages
|
Loading