Hi...
i m inserting a string type into data base. i got the strange type of a error. i've control Text1 on the form, i enter some value into the text box like
"Hi it's me ROAMER"
My insert query states
Insert InTo demo(Notes) VALUES ('" & Text1.Text & "')
it gives me the Error. when i ommit the ' char from it's me ROAMER then the insert query inserts the data into data base. Problem is with ' char.
can any one plz help me.