Re: Creating Procedure From C# in MYSQL?
Posted by: Mark Rowe
Date: September 19, 2006 06:47PM

Have you tried converting your Stringbuilder back to string with .ToString()

Then use the command as @myVar so that you make sure you aren't throwing text that may be goofed up by an escape string?

Options: ReplyQuote


Subject
Written By
Posted
Re: Creating Procedure From C# in MYSQL?
September 19, 2006 06:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.