I have an application, with SQL Server Express Database.
I made an instance of SQL Server Express and connected it with a basic report for testing.
On the development server, it works ok.
Then I shared the folder and then ran the application from some other network computer (LAN)
It gave error that it could not find the server.
- Could you advise what could be the problem.
- Also when this application is installed on another computer, how does my dataconnection adjust itself. The current dataconnection is based in the server instance of SQL Server installed on my development computer.
- How does my application automatically create new server instance on any of client’s computer and connects to it? Like Inflow creates InflowSQL instance wherever it is installed.
You need to ensure a couple of things:
You can do this all through the SQL Server Configuration Manager (run “sqlservermanager10.msc” if you’re using SQL Server 2008 [R2 optional]).