Re: ODBC/OLE DB Connection Pool
From: Erland Sommarskog (esquel_at_sommarskog.se)
Date: 11/29/04
- Next message: Stuart Carnie: "Re: ODBC/OLE DB Connection Pool"
- Previous message: Bob Barrows [MVP]: "Re: ODBC/OLE DB Connection Pool"
- Maybe in reply to: Kevin Joseph: "ODBC/OLE DB Connection Pool"
- Next in thread: Stuart Carnie: "Re: ODBC/OLE DB Connection Pool"
- Reply: Stuart Carnie: "Re: ODBC/OLE DB Connection Pool"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 22:16:39 +0000 (UTC)
Stuart Carnie (StuartCarnie@newsgroup.nospam) writes:
> "Provider=SQLOLEDB;Data Source=mySQLServer;Initial Catalog=pubs;User
> ID=sa"
>
> is treated differently to
>
> "Provider=SQLOLEDB;Data Source=mySQLServer;Initial Catalog=pubs;User
> ID=SA"
>
> where I have changed the case of SA, despite the fact SQL Server treats
> these the same.
That depends on the server collation. If the server collation is case-
sensitive - and mines always are - then 'sa' and 'SA' are two different
users.
Thanks for a very interesting post!
-- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
- Next message: Stuart Carnie: "Re: ODBC/OLE DB Connection Pool"
- Previous message: Bob Barrows [MVP]: "Re: ODBC/OLE DB Connection Pool"
- Maybe in reply to: Kevin Joseph: "ODBC/OLE DB Connection Pool"
- Next in thread: Stuart Carnie: "Re: ODBC/OLE DB Connection Pool"
- Reply: Stuart Carnie: "Re: ODBC/OLE DB Connection Pool"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|