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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.