View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mal_k100@hotmail.com is offline
external usenet poster
 
Posts: 4
Default ADO Connection to SQL Server

The solution !
There are two parameters for the Connection string. The one I had
missing was:
Network = xxxxxxx
Another that is relevant for dynamic port machines (?) seems to be the:
Address = yyyyyyy,port

Hope it works for others.

I have just run the spreadsheet from a machine that needed no
configuration of ODBC etc.