Re: [Firebird-net-provider] Param symbol

2007-01-29 Thread Dean Harding
'@' if required. This property is used wherever the '@' is actually required. Dean. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jiri Cincura > Sent: Tuesday, 30 January 2007 6:26 am > To: For users and dev

Re: [Firebird-net-provider] Param symbol

2007-01-29 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > But what is being done by SqlParameter when you create a parameter > without @ ?? it left the name as is or appends the @ at the beginning ?? That is the question. I've opened for this new thread. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3

Re: [Firebird-net-provider] Param symbol

2007-01-29 Thread Carlos Guzmán Álvarez
Hello: > Yes, the SqlCommand can do this. > But what is being done by SqlParameter when you create a parameter without @ ?? it left the name as is or appends the @ at the beginning ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com ---

Re: [Firebird-net-provider] Param symbol

2007-01-29 Thread Jiri Cincura
Pham Huu Le Quoc Phuc wrote: > Hi all! > > In SqlClient, I can add a parameter without '@', but FbClient not. > I think must repair this. Yes, the SqlCommand can do this. BTW Carlos. In FbCommand class we can also try to accept parametrs without '@'. What do you think? -- Jiri {x2} Cincura ht