Follow these steps:
[ODBC] DRIVER=IBM DB2 ODBC DRIVER UID=your_user_id PWD=your_password DSN=your_database_alias Description=MTS Samples
where:
Then create the sample table and data for the MTS sample application as follows:
CREATE TABLE ACCOUNT (ACCOUNTNO INT, BALANCE INT) INSERT INTO ACCOUNT VALUES (1, 1)