Re: Problem with parameters and blob's
Posted by:
David
Date: January 14, 2005 08:57AM
Can I assume that you're using the new Connector.NET? If so, parameter names need to begin with a question mark (?) and not an ampersand (@). This was designed to work around the fact that MySQL uses the ampersand to designate variables in a query string.
This thread talks about it:
http://forums.mysql.com/read.php?38,7645,8040#msg-8040
Subject
Written By
Posted
Re: Problem with parameters and blob's
January 14, 2005 08:57AM
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.