Connecting Tech Pros Worldwide Forums | Help | Site Map

vb.net with db2

Newbie
 
Join Date: Aug 2007
Posts: 4
#1: Aug 23 '07
hi,

im developing a vb.net project with db2. I used ODBC client access driver to create the connection. I can retrieve date by using this dsn but i cant insert or update data to the database. Because it gives the following error.

ERROR [HY000] [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL7008 - INP35 in OSLD1F3 not valid for operation.

Can any one give me a solution to this
thanks

Newbie
 
Join Date: Nov 2008
Posts: 1
#2: Nov 10 '08

re: vb.net with db2


[DB2 UDB]sql7008 Error

SQL7008 is most of the time caused by trying to update a file that is not journaled or you do not have authority to its journal. Journal the file using command STRJRNPF (files on iSeries are not automatically journaled unless defined by using SQL).
Reply