|
|||||||||||
|
RE: Parameters with ? Not working in MySQL Connector Net 1.0.9 while with @ are working
From: Peter de Bruine <p.debruine(at)giscare.nl>
Date: Thu Aug 23 2007 - 05:43:45 EDT
I can confirm that this works, but i still don't know why at first it worked without the question mark in 1.0.7 and now in 1.0.9 it doesn't work anymore. Can you or somebody else tell me why that is?
Regards
-----Oorspronkelijk bericht-----
Use cmd.Parameters.Add("?someid", MySqlDbType.Int32).Value = someobject.Id; [[[[ Note the question mark "?" before the parameter name ]]]]
Peter de Bruine wrote:
-- MySQL on .NET Mailing List For list archives: http://lists.mysql.com/dotnet To unsubscribe: http://lists.mysql.com/dotnet?unsub=p.debruine@giscare.nl -- MySQL on .NET Mailing List For list archives: http://lists.mysql.com/dotnet To unsubscribe: http://lists.mysql.com/dotnet?unsub=lists@pantek.comReceived on Thu Aug 23 05:43:57 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:41 EDT |
||||||||||
|
|||||||||||