This link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdre
fmsdatashape.asp
States that the Provider to be:
"Provider=MSDataShape;Data Provider=MSDASQL"
This is from www.connectionstrings.com
"Provider=MSDataShape;Data Provider=SQLOLEDB;Data Source=Aron1;Initial
Catalog=pubs;User ID=sa;Password=asdasd;"
One more:
Provider=MSDataShape;Data Provider=MSDASQL;Persist Security
Info=False;Extended Properties='Description=SQL;DRIVER=SQL
Server;SERVER=MyServer;WSID=MyComputer;DATABASE=Northwind;Trusted_Connection
=Yes';Initial Catalog=NorthWind"
I have only done DataShaping to Access to unsure how SQL Server handles it
(or if there is a SQL Server way of doing it)

Signature
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/
> I'm getting ADO connection errors when I attempt to connect to a SQLServer
> 2000 DB. I'm using VB6 & ADO 2.8.
[quoted text clipped - 33 lines]
>
> Griff