Source Finder
2007-01-23 14:14:46 UTC
Hi, i try to use the follow code:
' ......SUBSTR(:par, 4, 2) .......' when SUBSTR is one external function
defined on interbase but i get the follow error message when i try run this
SQL on IBQUERY component:
'Data Type unknow'. I define the "par" parameter correctly (string) on the
Parameter editor but the error persist.
The SUBSTR function work correctly in all cases, but in this case don't.
I solve this problem sending parameter formated from my application (using
Copy function), but i ask ..... Where are the error?
Why the code SUBSTR(:par, 4, 2) don't work?
Thank's
' ......SUBSTR(:par, 4, 2) .......' when SUBSTR is one external function
defined on interbase but i get the follow error message when i try run this
SQL on IBQUERY component:
'Data Type unknow'. I define the "par" parameter correctly (string) on the
Parameter editor but the error persist.
The SUBSTR function work correctly in all cases, but in this case don't.
I solve this problem sending parameter formated from my application (using
Copy function), but i ask ..... Where are the error?
Why the code SUBSTR(:par, 4, 2) don't work?
Thank's