I installed a trial version of SQL Server and am having difficulties trying
to connect to the sample Northwnd.mdf.
Using the example from the help file:
SCONNECT
';driver={SQLServer};server=corpseadb0d;uid=my_user_name;pwd=my_pw;database=
JohnDoe;'
I have tried variations of the above:
I am trying to connect to the NorthWnd sample database:
SCONNECT ';driver=SQLServer;server=NorthWnd.mdf'
I also tried setting up an odbc connection but it wants to know "which sql
server do you want to connect to"
and I don't know what to enter here, but I have to enter something in order
to continue. Anything I enter fails!
Bernie Lis