Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

basic question about sql server

Status
Not open for further replies.

sup919

Programmer
Jan 10, 2002
31
TH
hi there,
I have a question to ask regarding sql server. Let's say i install sqlserver in my computer and create a vb.net software and then would it possible for the software to run properly in other machine that does not have sql server install
many thanks
sun
 
So long as the connection points at an accessible, running instance of SQL, you shouldn't have any problems. Use the app.config file to store your connection string so you can switch between dev and production SQL boxes as necessary.

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top