Re: [Firebird-net-provider] Getting Query Parameter Types

2008-06-30 Thread Jiri Cincura
On Mon, Jun 30, 2008 at 1:29 PM, Christo [EMAIL PROTECTED] wrote: I would like to know what the types (INT, and DATE in this case) of the parameters in the query is (on prepare maybe?) so that I can create the controls dynamically to capture the input params from the user. Internally yes, this

Re: [Firebird-net-provider] Getting Query Parameter Types

2008-06-30 Thread Carlos
Hello: Is there a way that I can get the query parameter types with the firebird .net provider? eg: If I've got a query: SELECT * FROM CUSTOMER WHERE CUSTOMER.CUSTOMERCLASSID = @CUSTOMERCLASSID AND CUSTOMER.CUSTOMERCREATIONDATE CAST(@CREATIONDATE AS DATE) I would like to know what the