delfo
2008-02-18 12:48:29 UTC
I'm trying to update a program that uses Oracle10 from D7 to D2007
(version 11.0.2902). The only change that I've done is to change
LibraryName in Sqlconnection to dbxora30.dll and rebuilt the program.
Querys work like usual, but every stored proc I've tried gives List
index out of bounds(0) error. Don't know if it's relevant, but we have a
scheme in which all stored procedures and packages have public synonyms,
so we didn't need to specify the owner.
I've even tried to delete a storec proc, create a new one and set
properties. D2007 was able to retrieve the parameters but still gives
the same error executing it, even setting GetMetadata to false.
How can I solve it?
TIA
(version 11.0.2902). The only change that I've done is to change
LibraryName in Sqlconnection to dbxora30.dll and rebuilt the program.
Querys work like usual, but every stored proc I've tried gives List
index out of bounds(0) error. Don't know if it's relevant, but we have a
scheme in which all stored procedures and packages have public synonyms,
so we didn't need to specify the owner.
I've even tried to delete a storec proc, create a new one and set
properties. D2007 was able to retrieve the parameters but still gives
the same error executing it, even setting GetMetadata to false.
How can I solve it?
TIA