A
Agnes
I want to use a table store the database connection. (e.g myDBC)
I use cmdReader to get the string from that table sucesfully and then want
to create it .
Dim strConnection as string = myReader.item(conn)
Dim cnSqlServer as new SqlConnection(strConnection)
I check that I can get the strConnection very well. (e.g "server=MyServer;
database=Account;user id =sa;password=;")
However, as newSqlConnection(strConnection) it got errors.
Does anyone try this similar approach ?? Thanks a lot
I use cmdReader to get the string from that table sucesfully and then want
to create it .
Dim strConnection as string = myReader.item(conn)
Dim cnSqlServer as new SqlConnection(strConnection)
I check that I can get the strConnection very well. (e.g "server=MyServer;
database=Account;user id =sa;password=;")
However, as newSqlConnection(strConnection) it got errors.
Does anyone try this similar approach ?? Thanks a lot