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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 parameter stored procedure char(39)

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-17 : 19:26:03
Lien writes "How do you pass the following sentence with the single qoute or char(39) into a stored procedure?

i.e.
note = 'I'm testing this!'

exec espiIncident 123, 'I'm testing this!'

the above execute will return an error. Any suggestion on how I can pass the note in?"
   

- Advertisement -