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 AccessToDB2 Version 2.2

Posted on August 22, 2013 by Shiji Pan

Withdata software has announced accesstodb2 2.2, a data conversion tool that import Access data to db2. AccessToDB2 2.2 add “Task Schedule”, add support to DB2 XML type field, improve importing performance, and fix “division by zero” bug in importing process. AccessToDB2 ... Read more

Posted in PR | Tagged Access, Access to DB2, AccessToDB2, DB2

Withdata Software Released Withdata DB2ToExcel 2.0

Posted on August 6, 2013 by Shiji Pan

Withdata software has announced withdata db2toexcel 2.0, a data conversion tool that export DB2 data to excel. Withdata DB2ToExcel 2.0 add “Task Schedule”, add support to XML type field, improve export performance, and fix “division by zero” bug in importing ... Read more

Posted in PR | Tagged DB To Excel, DB2, db2 export, DB2ToExcel

Withdata Software Released DB2ToTxt Version 2.0

Posted on August 6, 2013 by Shiji Pan

Withdata software has announced db2totxt 2.0, a data conversion tool that export DB2 data to flat file (csv, xml, html, sql) and excel. DB2ToTxt 2.0 add “Task Schedule”, add support to XML type field, improve export performance, and fix “division by zero” bug in importing ... Read more

Posted in PR | Tagged DB To File, DB2, db2 export, DB2ToTxt

Withdata Software Released XlsToDB2 Version 1.9

Posted on July 26, 2013 by Shiji Pan

Withdata software has announced xlstodb2 1.9, a data conversion tool that import Excel data to DB2 database. XlsToDB2 1.9 add “Task Schedule”, add support to XML type field, improve import performance, and fix “division by zero” bug in importing process. XlsToDB2 – A ... Read more

Posted in PR | Tagged DB2, DB2 import Excel, Excel, XlsToDB2

Withdata Software Released TxtToDB2 Version 1.9

Posted on July 24, 2013 by Shiji Pan

Withdata software has announced txttodb2 1.9, a data conversion tool that import csv(txt) data to DB2 database. TxtToDB2 1.9 add “Task Schedule”, improve import performance, and fix “division by zero” bug in importing process. TxtToDB2 – A Better Way to import ... Read more

Posted in PR | Tagged CSV, DB2, TXT

The DB2 equivalent for the MySQL Limit

Posted on June 25, 2013 by Shiji Pan

In MySQL, you can use “Limit n,m”, like this: select * from sometable order by name limit 20,10 And in DB2, use this query: SELECT * FROM (SELECT * FROM sometable ORDER BY name DESC fetch first {start} rows only ) AS mini ORDER BY mini.name ASC fetch first {total} rows ... Read more

Posted in DB2 | Tagged DB2, equivalent for the MySQL Limit

Withdata Software Released DB2LobEditor 1.7

Posted on June 18, 2013 by Shiji Pan

Withdata software has announced db2lobeditor 1.7, a tool that helps you edit DB2 lob (blob, clob) data directly. DB2LobEditor 1.7 add PDF View, add “Execute Sql from Command line”, improve logon form, improve “Check update”, and fix bug on “Execute from command ... Read more

Posted in PR | Tagged BLOB, CLOB, DB2, DB2LobEditor, Lob Editor

Withdata Software Released Withdata DB2ToExcel 1.9

Posted on June 12, 2013 by Shiji Pan

Withdata software has announced withdata db2toexcel 1.9, a data conversion tool that export DB2 data to excel. Withdata DB2ToExcel 1.9 add “Execute Sql from Command line”, add “Check Update” to menu,and fix “Execute update sql error”. Withdata DB2ToExcel ... Read more

Posted in PR | Tagged DB2, DB2 export Excel, DB2 to Excel, DB2ToExcel, Excel

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

Post navigation

← Older posts
Newer posts →

Recent Posts

  • TextMerger 1.0 Released: A Lightweight Cross-Platform Tool for Fast Text File Merging
  • FileToMongo 5.0 Released: Enhanced Stability, Speed & HTML Table Support
Withdata Software. ©2004 - 2026 All rights reserved.