Hello,
I'm using C# to run queries on an sql database.
I use "SAOLEDB.10" and System.Data.OleDb;
When a query fails, i get an error code that is very different from
the errors i get in powerbuilder.
For example i get ErrorCode -2147217900 for Column 'RTM' not found.
That is instead of the regular -110, -112... -190 and so on
Does anyone know how to get the original sybase error code?
Thanks a lot
y