Problem with binding

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
soso_xuc
Posts: 1
Joined: Fri 16 May 2008 07:12

Problem with binding

Post by soso_xuc » Fri 16 May 2008 07:22

Hi there

i am using oradirect.net 4.5 and vs2005

my stored procedure parameters contain '#' symbols like 'OBJECT#', 'PROPERY#'.

when i try to exeute oraclecommand against such stored procedure oracle returns ora-01036 illegan variable name/number, but when i change the names of the parametars in the oracle procedure and recompile it oraclecommand works fine.

Do i miss anything ?

With best regards soso.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 16 May 2008 08:17

Hello Soso,

Please send me (alexeyman*crlab*com) a small test project to reproduce the problem.
It is desirable to use 'test' schema objects, otherwise include the
definition of your own database objects.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.

Post Reply