Hello,
I am a java user and I am using this driver to access the DB2 database :
com.ibm.as400.a ccess.AS400JDBC Driver
When the application I wrote executes this query :
SELECT DESCRIPTION FROM IQDBIE.MODELDET AILTEXTS WHERE MAKEID = '015' AND MODELID = '00181' AND DETKEYWORD = 'ServiceMileage ' AND LANGUAGE = 'IE'
I am getting the error :
Cursor SQLCURSOR000000 491 not open
But when I try to execute the query with Toad or WinSql I don't get any errors ?
Please help,
Regards,
Tommie.
I am a java user and I am using this driver to access the DB2 database :
com.ibm.as400.a ccess.AS400JDBC Driver
When the application I wrote executes this query :
SELECT DESCRIPTION FROM IQDBIE.MODELDET AILTEXTS WHERE MAKEID = '015' AND MODELID = '00181' AND DETKEYWORD = 'ServiceMileage ' AND LANGUAGE = 'IE'
I am getting the error :
Cursor SQLCURSOR000000 491 not open
But when I try to execute the query with Toad or WinSql I don't get any errors ?
Please help,
Regards,
Tommie.