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@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to