I have couple of problems :
1. I am inserting the patient info to a SQL database and its working fine. But every time, there is an apostrophe in the name (fox ex O’MARA) , I am getting “Incorrect Syntax Error”.
“MicrosoftODBC SQL Server DriverSQL Server Incorrect syntax near MARA “
How can I pass the punctuation mark(‘) in the name to the stored procedure.
2. How do I remove/by pass this stuck message from the live queue so that the messages following could go through.
I will really appreciate your help. Thank you.