Discussion:
Use of REORG TABLE in a C++ Applikation for db2 Version 9
(too old to reply)
R***@Honeywell.com
2007-08-01 07:30:09 UTC
Permalink
We want to use "ALTER TABLE DROP COLUMN" for IBM DB2 Version 9.
Therefor it's necassary do to "REORG TABLE".
How can i start this REORG TABLE from our C++ Applikation.
We use Visual Studio 2005 and ODBC.
m***@mail.ru
2007-08-02 08:16:12 UTC
Permalink
Hello.

See sysproc.admin_cmd procedure:
http://publib.boulder.ibm.com/infocenter/db2luw/v9//topic/com.ibm.db2.udb.admin.doc/doc/r0023582.htm
Loading...