Re: ADO & Vista (aka Longhon)
- From: "Viatcheslav V. Vassiliev" <support@xxxxxxxxxxxxxxx>
- Date: Sat, 24 Sep 2005 21:43:09 +0400
Provider=SQLOLEDB.1 is for native OLEDB provider for MS SQL Server 2000 or
prior, Provider=SQLNCLI is OLEDB provider for MS SQL Server 2005. "SQL
Server" is name of ODBC driver for MS SQL Server 2000 and prior, "SQL Native
Client" - ODBC driver for MS SQL Server 2005.
I very recommend to use native OLEDB provider, not ODBC, with ADO and MS SQL
Server.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Graham Harris" <ng@xxxxxxxxxxxxxxxxxxxxxxxx> ???????/???????? ? ????????
?????????: news:43346fd9$1@xxxxxxxxxxxxxxxxxxxxxxxxx
>I have today tested a Delphi 5 app that uses the following connection
> string to a SQL Server, and it fails if I use the ODBC Connection
> dialog that comes with Vista I get a Provider of SQL Server rather than
> Provider=SQLOLEDB.1 what is the correct value for Provider?
>
> TIA
>
> Graham Harris
> --
>
.
- Follow-Ups:
- Re: ADO & Vista (aka Longhon)
- From: Graham Harris
- Re: ADO & Vista (aka Longhon)
- References:
- ADO & Vista (aka Longhon)
- From: Graham Harris
- ADO & Vista (aka Longhon)
- Prev by Date: Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- Next by Date: Re: AD limit of 1000 Records
- Previous by thread: ADO & Vista (aka Longhon)
- Next by thread: Re: ADO & Vista (aka Longhon)
- Index(es):
Relevant Pages
|