Subject | Re: [IBO] Ramil: TXLSQL and parametres in the TIB_Query |
---|---|
Author | Ramil |
Post date | 2007-02-01T16:37:30Z |
Hello Svein,
I have already fix this in Beta5 version.
You can download it
http://groups.yahoo.com/group/IBObjects/files/xlsql1_0_Beta5_Eval.zip
And thank you for the excellent review!
Ramil
I have already fix this in Beta5 version.
You can download it
http://groups.yahoo.com/group/IBObjects/files/xlsql1_0_Beta5_Eval.zip
And thank you for the excellent review!
Ramil
>
>
> When I have a TIB_Query like
>
> SELECT FieldA
> FROM TableA
> WHERE FieldB = :MyParam
>
> and try to use Ramils new TXLSQLScript component with the following RSQL:
>
> SELECT FieldA
> FROM TXLSQLRepAlias
> INTO :ExcelFieldName
>
> I get "Unknown variable MyParam in the INTO section".
>
> If I don't use parametres in the TIB_Query, the same thing works
> brilliantly.
>
> Set
>