I am querying a DB2 database, using
VB.NET & the IBM ODBC drivers that were provided to me by our support group.
When I query the database, I get the following error:
"ERROR [HY008] [IBM][CLI Driver][DB2/NT] SQL0952N Processing was cancelled due to an interrupt. SQLSTATE=57014"
It's a very simple Select statement.
I have used both the ODBCDataAdaptor and the ExecuteReader objects in
VB.NET and I still get the same error.
Has anyone had this error before and managed to resolve it? Do I need to change my ODBC drivers at all?
Thanks