[fpc-pascal] fcl-db: oracle SP
Michael Van Canneyt
michael at freepascal.org
Mon Apr 7 14:32:56 CEST 2008
On Mon, 7 Apr 2008, Bee wrote:
> > That sqldb doesn't return data from a stored procedure is probably
> > because it only tries to fetch data if the query starts with 'select' or
> > 'show'. I'll have to add 'call' to that list for Oracle and do some
> > tests.
>
> Where can I add 'call' for Oracle? TIA.
override TSQLConnection.StrToStatementType in TOracleCOnnection, and add it
there.
Michael.
>
> -Bee-
>
> has Bee.ography at:
> http://beeography.wordpress.com
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
More information about the fpc-pascal
mailing list