hello experts . . .
i am using following code:-con.Execute "insert into tbl values('" & Text1.Text & "','" & Text2.Text & "') ", adCmdText
i am trying to insert data using above statement and its working well but an error occures when i input data (contaning the symbol '
)
for example when i input qwe'r it will give an error
So Any Solution to do so . . .