I define the following code in a button click event:
Dim cn As New SqlConnection( _
"Server=(DBTEST \DBTEST;DataBas e=pubs" _
& "Integrated Security=SSPI")
*************** *************** *************** *************** *************** *************** *********
I got this error when I trigger the button click event and error stop at the
code:
"An unhandled exception of type 'System.Argumen tException' occurred in
system.data.dll
Additional information: Invalid delimiter = found in the connection option
value. "
*************** *************** *************** *************** *************** *************** *********
Can anyone please help me? Thanks.
Dim cn As New SqlConnection( _
"Server=(DBTEST \DBTEST;DataBas e=pubs" _
& "Integrated Security=SSPI")
*************** *************** *************** *************** *************** *************** *********
I got this error when I trigger the button click event and error stop at the
code:
"An unhandled exception of type 'System.Argumen tException' occurred in
system.data.dll
Additional information: Invalid delimiter = found in the connection option
value. "
*************** *************** *************** *************** *************** *************** *********
Can anyone please help me? Thanks.
Comment