Subject | Re: [ib-support] Working with arrays |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2002-09-11T06:04:17Z |
On 11 Sep 2002 at 0:54, Jaume Andreu Sabater Malondra wrote:
SELECT statements, constructed inside SP. And they also didn't want
to explain to every stubborn user why he/she can construct UPDATE or
INSERT but not SELECT. Besides, this work would take a big amount of
time which is precious when you work for a corporation like B.
the debris of implicit type casting have been enough for your case.
SY, Dimitry Sibiryakov.
>Hmmm.. as you said, this doesn't work inside a stored procedure,I can. Jim and other developers decided to avoid troubles with
>althought I can't guess why. :-(
SELECT statements, constructed inside SP. And they also didn't want
to explain to every stubborn user why he/she can construct UPDATE or
INSERT but not SELECT. Besides, this work would take a big amount of
time which is precious when you work for a corporation like B.
>I just had to remove the CAST code (FIELD_B is integer, but it wasOh, yes, I forgot the size of VarChar. But you are a lucky dog and
>returning an error when adding the CAST code, and it's working fine
>without it).
the debris of implicit type casting have been enough for your case.
SY, Dimitry Sibiryakov.