G
Guest
I am trying to store a string into a string variable via the following code
however am receiving an error and cant figure out what i am doing wrong. Any
feedback is greatly appreciated.
Line 49: Private Sub Button1_Click(ByVal sender As System.Object, ByVal
e As System.EventArgs) Handles Button1.Click
Line 50:
Line 51: Dim strSQL As String = "INSERT INTO Investors
(FNAME,LNAME,EMAIL,ADDRESS1,ADDRESS2," & _
Line 52:
"CITY,STATE,ZIP,PNUMBER,ANUMBER,ATYPE,BESTTIME,INT_PRICERANGE1," & _
Line 53:
"INT_PRICERANGE2,INT_LOCATION,INT_WHEN,PRODUCTS_PURCHASED) VALUES ('" & _
however am receiving an error and cant figure out what i am doing wrong. Any
feedback is greatly appreciated.
Line 49: Private Sub Button1_Click(ByVal sender As System.Object, ByVal
e As System.EventArgs) Handles Button1.Click
Line 50:
Line 51: Dim strSQL As String = "INSERT INTO Investors
(FNAME,LNAME,EMAIL,ADDRESS1,ADDRESS2," & _
Line 52:
"CITY,STATE,ZIP,PNUMBER,ANUMBER,ATYPE,BESTTIME,INT_PRICERANGE1," & _
Line 53:
"INT_PRICERANGE2,INT_LOCATION,INT_WHEN,PRODUCTS_PURCHASED) VALUES ('" & _