|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
quotes
<i><b>Originally posted by : Dan Weiler (informatique@al.lu)</b></i><br />I have problems updating a database field via SQL when the input text (des) contains a single quote (')!<br /><br />Code looks like follows:<br /><br />des = replace(Request("des"),"XspaceX"," ")<br />SQL = "INSERT INTO Table1 ([Description]) VALUES ('"&des&"');"<br /><br /><br />Can anybody help please?<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : donato (doanto@dataform.it)</b></i><br />HI. Dan<br />vary easy..<br /><br />when find a quate '<br /><br />write '' <br /><br />ok!<br />example :<br /><br />"i''m a programmer "<br /><br />bye:-))))))))))))<br /><br />------------<br />Dan Weiler at 1/31/00 7:12:33 AM<br /><br />I have problems updating a database field via SQL when the input text (des) contains a single quote (')!<br /><br />Code looks like follows:<br /><br />des = replace(Request("des"),"XspaceX"," ")<br />SQL = "INSERT INTO Table1 ([Description]) VALUES ('"&des&"');"<br /><br /><br />Can anybody help please?<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > quotes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|