Relative Content

Tag Archive for c#informixisam

How Capture ISAM error returned by Informix Db in c#.NET

I am currently using .NET provider for Informix to connect and work with Informix db.I have seen in Informix documentation that in an odbc application we can use GetSQLDiagField function to get ISAM error. Is there any similar methods available to get ISAM error in C# .NET?