From:
<car...@te...> - 2003-02-04 13:13:03
|
Hello: > please make it that way i have to use @sign in parameter name in > ParamsCollection too > > parameters.Add("@myparam", 1) > not > parameters.Add("myparam", 1) > (this is not logic, but i think, that sql provider do it this way...) > > or you will have to write strong help for this... I have commited to the CVS the first changes for allow this i will try to make some tests and add NUnit tests to the CVS later today. Best regards Carlos Guzmán Álvarez Vigo-Spain |