![]() |
VOOZH | about |
The CData Excel Add-In for DB2 provides formulas that can edit, save, and delete DB2 data. The following three steps show how you can automate the following task: Search DB2 data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as DB2Connection1, or a connection string. The connection string consists of the required properties for connecting to DB2 data, separated by semicolons.
Set the following properties to connect to DB2:
You will also need to install the corresponding DB2 driver:
On Windows, installing the IBM Data Server Provider is sufficient, as the installation registers it in the machine.config.
In the Java version, place the IBM Data Server Driver JAR in the www\WEB-INF\lib\ folder for this application.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Orders WHERE ShipCity = '"&B6&"'","Server="&B1&";Port="&B2&";User="&B3&";Password="&B4&";Database="&B5&";Provider=DB2",B7)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for IBM DB2 to get started:
Download NowLearn more:
👁 IBM DB2 IconThe IBM DB2 Excel Add-In is a powerful tool that allows you to connect with live IBM DB2 data, directly from Microsoft Excel.
Use Excel to read, write, and update IBM DB2 Database data. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!