If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am having an SQL database which has tables having chinese characters.
I need to create all the tables in DB2 (ver 8.0) and transport the data from sql to DB2.
In what all ways can I achive this.
I tried exporting data directly from sql to db2. But it throws with an incompatible driver error while copying the data. Table creation seems to be working fine.
Thanks for replying..
I realised that exporting ascii data itself is failing.
I created a table with a test column containing numeric data
When I try to export this from the enterprise manager to db2, I get DRIVER NOT CAPABLE error.