|
-
Mar 14th, 2006, 02:48 PM
#1
Thread Starter
New Member
Painful Error....
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|