We have database server that running with DB2 v82, and accessed by about 50 clients with same application. In this application, we put some SQL statement to get data for our reports. Our database server looks fine, which we can monitored through its performance (buffer pool, sort, lock, etc)...
I got this tips, when I try to connect my db2 client that used version 7.2 fixpack 10 to database server with version v8.1. I found out that if we used runtime client installation v72 fp10, there are only a few of bind files we can bound to our database server. That's why, i can't retrieve table...
Dear Amph...
Can you give for more specific problem. Is it because tablespaces that related with the database could not retrieve while you're restoring database?
I found good articles about redirect restore. It show me how to move/copy database using redirect restore procedure/
See at...
Thank you all. I read in What's New docs (what I missed somewhere) about this problem and other considerations to make different DB2 platforms in one database system. Only a few tools of DB2 v81 that support for previous level. I think I'll upgrade my DB2 v72 servers to get best environment with...
I have two servers with DB2 Worksgroup installed on it. But, at one server I put DB2 v72 Fixpack 8 and the other I use DB2 v81. The problem is I can't connect my DB2 v72 server with my DB2 v81 through Control Center. It returns a failed communication and suggest to upgrade DB2 v72 with same...
Dear all,
I have a store procedure that reside in DB2 database server called TESTPROC. This procedure will give me two result set of SQL "select" statement. In my code,first recordset successfully dipslayed at my listview component. But when I called SQLStoreProc1.NextRecordSet to get...
I already try your sample program with a little changes. I need a help for this code:
SQLComm:= 'update MHS_AKAD_SUMMARY set CAT_KKNPKN = (:param1)where NIM = '9401356487'';
SQLQuery.SQL.Add(SQLComm);
SQLQuery.Params[0].AsMemo:= mmKKNPKN.text;
SQLQuery.ExecSQL;
with memo contents...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.