Re: [Firebird-net-provider] Multi Word Parameters not working?

2008-07-04 Thread Carlos
Hola: Is it possible to use multi word parameters with the provider? > > eg: SELECT * FROM CUSTOMER WHERE CUSTOMERID = @"Customer Id" It's not supported ( and IMHO i see no benefit in using that instead of CustomerId xD ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

[Firebird-net-provider] Multi Word Parameters not working?

2008-07-04 Thread Christo
Hi Is it possible to use multi word parameters with the provider? eg: SELECT * FROM CUSTOMER WHERE CUSTOMERID = @"Customer Id" Tools and components like IBExpert, IBXpress, EMS . all supports this. Are they doing some sort of facy footwork in order for this to work or is the problem with the