If you are moving an SQL Server VB.NET project from machine-to-machine, (such as from home, to a lab, to a classroom) you need to have a generic connection string for your database.
Use this:
server=(local\NetSDK;Trusted_Connection=yes;database=Cottages)
where NetSDK is your INSTANCENAME and Cottages is your database name.
Monday, October 18, 2004
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment