Re: [Firebird-net-provider] Help with SQL

2008-08-27 Thread André Knappstein , Controlling
Hello Steve,

 join InvoiceDetail d ON (d.InvoiceID = :InvoiceID)
 join InvoicePayment p ON (p.InvoiceID = :InvoiceID)
 where (i.InvoiceID = :InvoiceID)

Are parameters supposed to work that way in ADO.net??

I always use @ for a parameter identifier instead of :

regards,
André


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Help with SQL

2008-08-27 Thread Joaquim Pais
in .net using always @

On Wed, Aug 27, 2008 at 09:59, André Knappstein, Controlling 
[EMAIL PROTECTED] wrote:

 Hello Steve,

  join InvoiceDetail d ON (d.InvoiceID = :InvoiceID)
  join InvoicePayment p ON (p.InvoiceID = :InvoiceID)
  where (i.InvoiceID = :InvoiceID)

 Are parameters supposed to work that way in ADO.net??

 I always use @ for a parameter identifier instead of :

 regards,
 André


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider




-- 
Sem mais com os cumprimentos

Joaquim Pais


Ao reenviares mensagens apaga os endereços de correio electrónico
nelas incluídos
Usa Bcc ou Cco em vez de Para.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider