Hello,
I am having trouble setting up a database connection to go through the LLBLGen Tutorial.
SQL Server (SQLExpress) is running as a service on my computer (XP Professional). I have downloaded the latest version of the LLBLGen Pro Demo.
I am able to connect to the Northwind database and view data in MS Visual Studio 2005. In Visual Studio I use the following:
Datasource=.\SQLExpress;attachDbFilename="C:\SQL Server Sample Databases\Northwind.MDF"
In LLBLGen, I am not clear how to conncet to the local database. I select the database driver:
SQL Server 7/2000/2005 Driver (SqlClient)
as directed in following the Tutorial.
However, I am not clear what to enter in the Server name text box. I have tried a variety of things, including ".\SQLEXPRESS" and ".\SQLEPRESS\C:\SQL Server Sample Databases\Northwind.MDF"
I also tried "localhost".
Thanks for any assistance in getting started on the Tutuorial.
Carol