Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata
  • Blog
  • Categories
  • Tags
  • Tools

Tag Archives: DB2

Post navigation

← Older posts
Newer posts →

Withdata Software Released DB2ToTxt Version 1.9

Posted on June 11, 2013 by Shiji Pan

Withdata software has announced db2totxt 1.9, a data conversion tool that export DB2 data to flat file (csv, xml, html, sql) and excel. DB2ToTxt 1.9 add “Execute Sql from Command line”, add “Check Update” to menu,and fix “Execute update sql error”. DB2ToTxt ... Read more

Posted in PR | Tagged DB2, DB2 to CSV, DB2 to File, DB2ToTxt

Replace (Update/Insert) a row into DB2 table – Merge into

Posted on June 6, 2013 by Shiji Pan

In MySQL,  if you want to either updates or inserts a row in a table, depending if the table already has a row that matches the data, you can use “ON DUPLICATE KEY UPDATE”. How to do it in DB2? Use “merge into” . MERGE INTO table_to_upsert AS tab USING (VALUES ... Read more

Posted in DB2 | Tagged DB2, merge into, replace into, upsert

Withdata Software Released OracleToDB2 Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced oracletodb2 1.2, a data conversion tool that convert Oracle data to DB2 database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. OracleToDB2 – convert Oracle data to ... Read more

Posted in DBToDB | Tagged DB To DB, DB2, Oracle, OracleToDB2

Withdata Software Released MysqlToDB2 Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced mysqltodb2 1.2, a data conversion tool that convert MySQL data to DB2 database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. MysqlToDB2 – convert Mysql data to ... Read more

Posted in DBToDB | Tagged DB To DB, DB2, Mysql, MysqlToDB2

Withdata Software Released MsSqlToDB2 Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced mssqltodb2 1.2, a data conversion tool that convert SQL Server data to DB2 database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. MsSqlToDB2 – Convert SQL Server data to ... Read more

Posted in DBToDB | Tagged DB To DB, DB2, MsSqlToDB2, Sql Server

Withdata Software Released DB2ToOracle Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced db2tooracle 1.2, a data conversion tool that convert DB2 data to Oracle database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. DB2ToOracle – Convert DB2 data to ... Read more

Posted in DBToDB | Tagged DB To DB, DB2, DB2ToOracle, Oracle

Withdata Software Released DB2ToMysql Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced db2tomysql 1.2, a data conversion tool that convert DB2 data to MySQL database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. DB2ToMysql – Convert DB2 data to ... Read more

Posted in DBToDB | Tagged DB To DB, DB2, DB2ToMysql, Mysql

Withdata Software Released DB2ToAccess Version 2.1

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced db2toaccess 2.1, a data conversion tool that export DB2 data to access. DB2ToAccess 2.1 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. DB2ToAccess – Better tool for exporting DB2 data to ... Read more

Posted in DB2ToAccess | Tagged Access, DB To DB, DB2, DB2ToAccess

Withdata Software Released AccessToDB2 Version 2.1

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced accesstodb2 2.1, a data conversion tool that import Access data to db2. AccessToDB2 2.1 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. AccessToDB2 – Better tool for importing Access data ... Read more

Posted in AccessToDB2 | Tagged Access, AccessToDB2, DB To DB, DB2

How to get column names from DB2 table

Posted on May 30, 2013 by Shiji Pan

SELECT colname, typename, length, scale, default FROM syscat.columns WHERE tabname = “<table name>” AND tabschema = “<schema name>” See also: How to get column names from Sql Server table How to get column names from Oracle table How to get column names from ... Read more

Posted in DB2 | Tagged DB2, get column names

Post navigation

← Older posts
Newer posts →

Recent Posts

  • Convert Text to Speech Line by Line
  • Store HTML in SQLite TEXT: Step-by-Step Implementation & Best Practices
Withdata Software. ©2004 - 2026 All rights reserved.