10 pts.
 vb.net connection string for ms sql database for window application
vb.net connection string for ms sql server database in window application

Software/Hardware used:
ASKED: April 2, 2008  7:55 AM
UPDATED: April 2, 2008  12:29 PM

Answer Wiki:
<pre>Driver={SQL Server};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;</pre> There is a connection string for sql server connection. Good luck.
Last Wiki Answer Submitted:  April 2, 2008  11:47 am  by  Yeti   120 pts.
All Answer Wiki Contributors:  Yeti   120 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _