sSql = "Insert Into PRadd_Address (PRaddAddressLine1, PRaddAddressLine2)" _
& "Values ('" & Line1 & " ', '" & Line2 & "') Where PRaddPersonId = " & temp2 & " "
can any1 tell me whats wrong with this !
I am using it in VB6 to access an SQL database.
& "Values ('" & Line1 & " ', '" & Line2 & "') Where PRaddPersonId = " & temp2 & " "
can any1 tell me whats wrong with this !
I am using it in VB6 to access an SQL database.