Viatcheslav V. Vassiliev Guest
|
Posted: Mon Oct 30, 2006 9:11 am Post subject: Re: Using ADO with SQL Server 2005 |
|
|
SQLNCLI has the same parameters as SQLOLEDB, except Provider. You should
have SQL Client Components installed on your computer, if SQL Express is
installed on the computer where your runs, all needed components are
installed. Try also old connection string - with SQLOLEDB provider.
//------------------------------------------
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)
"Joe B" <joeb545 (AT) earthlink (DOT) net> сообщил/сообщила в новостях следующее:
news:45455462 (AT) newsgroups (DOT) borland.com...
| Quote: | How do I connect to SQL Server 2005 Express using ADO components in Delphi
6? I am trying to use the SQL Native Client and have so far been
unsuccessful in making the connection. What should I put in for the
Datasource and Initial Catalog?
Thanks in advance.
|
|
|