Setting default Network Library for use with ADO connection string?
From: Barry Clark (b.clark_at_clinmed.gla.ac.uk)
Date: 06/25/04
- Next message: Viatcheslav V. Vassiliev: "Re: SQLState Error Codes"
- Previous message: Bill N: "SQLState Error Codes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Jun 2004 14:20:46 +0100
Hi
Is it possible to permanently modify the Delphi ADO connection string
builder for SQL server so that Network Library is automatically set to
"Network Library=dbmssocn;".
We have just solved a permissions problem (we have just moved to an IP-only
network) by adding this, and we now need to recompile all our programs.
(BTW: this forces the Delphi app to use TCP/IP as the transport protocol
rather than named pipes.)
It would be nice if in future creating an MS SQL connection string
automatically added "Network Library=dbmssocn;". Is it possible to do this?
TIA
Barry
-- Dr Barry Clark Senior Lecturer Medical Education Unit Faculty of Medicine Wolfson Medical School Building University of Glasgow Glasgow G12 8QQ Tel: 0141-330-4248 Email: b.clark@clinmed.gla.ac.uk
- Next message: Viatcheslav V. Vassiliev: "Re: SQLState Error Codes"
- Previous message: Bill N: "SQLState Error Codes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|