|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem with inserting " ' " into database
On my site I have an insert page where users can insert their cv.
But when it goes to insert the data it throws back an error. basically the error is saying that it can not input " ' " into the database. How do I get round this error so that users can input their CV with " ' " in the text? Thanks in advance Tom |
|
#2
|
|||
|
|||
|
You need to convert the ' to two of them.
strInsert = Replace(strInsert, " ' ", " ' ' ") '<- spaces added |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Problem with inserting " ' " into database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|