how to code vb.net
connection string support
to all computers? normally we are puting
connction string like this.
con = New SqlConnection
("Server=REHAN-PC
\SQLEXPRESS;Initial
Catalog=library;Integrated Security=true")
con.Open()
but the thing is when we are
going to put this application
to another computer we
have a trouble. Now what to do? . How solve this problem. thanks for reading.hope your help.