Hi everyone,
I am trying to export an MS Access table into DB2. I am not sure if I have done it right. I have selected ODBC as export option in Access and finally I am able to see my exported table (Exporttable) when issuing the command
>> db2 list tables
in DB2. (Same schema [MYUSERNAME] and type as the other tables, yet it is a bit strange that the table is not shown in uppercase letters 'EXPORTTABLE' as all the other tables but as 'Exporttable'' instead)
I am not able to access this table from db2 at all. Executing a command like:
>> db2 select * from Exporttable
I get the following error message
>> SQL0204N "MYUSERNAME.TARGET" is an undefined name. SQLSTATE=42704
Thanks for any help...