Subject Re: [IBO] Result data set from select stmt in script
Author vip
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> > Does anybody know here how to get result data set from select stmt
> > that located inside script?
>
> Please let us know what you are trying to do. There is likely an
easy way
> for you to accomplish what you are up to without a script. Or, at
the very
> least, you could customize the script processing using your own
program.
>
> Jason

I just would like to run script written for WISQL/ISQL in IBObject
environment. WISQL/ISQL scripts allow to use select stmnts and I use
this possibility to select from stored procedures their return
values. Also it is very convinient to generate script from another
script.