Sunday, February 19, 2012

Client Server Access

I have designed an application on VB Express 2005 and I want to run it on a PC on a LAN.

I have also installed SQL Server Express on another PC to act as a server.. but I get a login problem when I tried to run the application from the client PC.

Should I installed SQL Server Express on the client PC as well? Or there is another way to connect to it from the client PC?

By default SQL Server Express does not have remote connections enabled. You can do this using the following instructions: http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx

No comments:

Post a Comment