Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have developed a VB.NET application( Stand alone ) with SQL Server 2008. Now i want this application to be deployed in client systems and SQL Server in Server.

What are pre-requirement in Client system to pass information to server ?
How to specify the Connection string in vb.net application ?
What are pre-requirement in Server system to access information from client ?

Thank you
-
Thiraviaraj
Posted

1 solution

The client system needs .NET installed, and it needs to be able to connect to the SQL Server instance specified in the connection string.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900