is there an ErrorOffset property?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
DarrenColes
Posts: 51
Joined: Mon 28 Aug 2006 11:07

is there an ErrorOffset property?

Post by DarrenColes » Thu 09 Nov 2006 14:43

Ive recently started using the OraDirect.NET component in C# after some years of experience of using delphi with odac.

I was wondering if there is an equivalent to the ErrorOffset property in the OraDirect.NET component?

Thanks

Darren

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 10 Nov 2006 07:46

Yes, there is OracleException.Offset in the OraDirect .NET.

DarrenColes
Posts: 51
Joined: Mon 28 Aug 2006 11:07

Post by DarrenColes » Tue 21 Nov 2006 21:52

Perfect... I never thought to look there.

Thanks for your help

Darren

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 22 Nov 2006 07:22

You are welcome.

Post Reply