Quote:
an unhandled exception of type System.Data.SqlClient.SqlException occured in System.Data.dll
Additional information : System Error
and the line of code highlighted is :
VB Code:
... blablabla connectionstring conn.open [B]SqlConnection sc = new SqlConnection ("Data Source=myDB;Initial Catalog=pubs;username=guest;password=",conn) [/B]
