I am using SQL Server 2005 express locally on many machines. I set up a server on that machine and then use ADO components to connect to it. By using the server it becomes a trivial matter to connect to it while it is running on a different machine (specify the machine name in your connection string). I can see that it has created an MDF file, but that knowledge is not needed when connecting to a local server. If you want to set up the local server, or need more info on how to connect to one, let me know.
Main Topics
Browse All Topics





by: imitchiePosted on 2007-11-09 at 01:09:46ID: 20248186
You should be able to set up a dbExpress connection to the file directly using the drivers installed by SQL 2005 Express. The file location is one of the parameters of the connection string, which will accept UNC / mapped drive locations. SQL Server 2005 express needs to be installed (at least client connectivity), just install and accept all defaults in the wizard.