Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-06-11 : 10:05:17
|
| Charlie writes "I have a problem with form.value that has double quotes("") when inserting to database. If I use query that utilize ASP variable that will be no problem cause I can escape them (ie. '"&AnyVariableName&"'), but if I use stored procedure parameter, the value will be deleted.Thanks" |
|
|
izaltsman
A custom title
1139 Posts |
Posted - 2002-06-11 : 10:50:34
|
| That shouldn't happen... There has to be a problem either within your stored proc, or with the way you call your proc from your ASP page. Post your code, so we can see what might be wrong with it. |
 |
|
|
|
|
|