problem with the connectivity/updation using db2(universal driver)
        Posted  
        
            by rams
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rams
        
        
        
        Published on 2010-01-09T08:47:44Z
        Indexed on 
            2010/05/07
            3:08 UTC
        
        
        Read the original article
        Hit count: 262
        
db2-connect
I choosed a web project in order to do that i am using an IDE (Eclipse), database (DB2 universal driver) and Apache Tomcat server. So, by gods grace every thing has gone well but when I try to update data to DB2 database through JDBC code then I am getting an SQL DB error as
:: DB2 SQL error: SQLCODE: -204, SQLSTATE: 42704, SQLERRMC: DB2ADMIN.REGISTER
where register is my table name and even i logged in as db2admin but i think there is no connectivity established but still its not resolved
© Stack Overflow or respective owner