Microsoft
Software
Hardware
Network
Question : Access - How to update the tables connected with ODBC?
Hi,
With an access tool (MS Office 1997) I read and write in a DB2-table connected with ODBC.
Before changing the access code I made backups (copies with export - import) of the DB2-table. Since this moment I cannot update the db2-table via the access tool anymore. I become an error telling me that the db2-table protected ist or telling me that the odbc-connection failed.
I have not changed neither in the access-tool nor in the db2-table. I have just exported the db2-table and than imported it under another name.
EXPORT TO "C:\tbl07_backup_prod_2010
0728.ixf" OF IXF MESSAGES "C:\tbl07_backup_prod_2010
0728.log" SELECT * FROM SPM.TBL07AGINFORMATIONEN;
IMPORT FROM "C:\tbl07_backup_prod_2010
0728.ixf" OF IXF MESSAGES "C:\tbl07_backup_prod_2010
0728.log" CREATE INTO SPM.TBL07AGINFORMATIONEN_B
ACKUP_2010
0728;
What should I do?
Many thanks in advance and have a nice day!
isaf
Answer : Access - How to update the tables connected with ODBC?
see the link I posted above. it shows how to parse a hex string
Random Solutions
Import feature in Pl/Sql Developer
Error on cascading delete command / ORA-02291
SCCM Collection for servers that do not have KB2286198
Best Location to place site on dedicated server
Virtual Server vhd's: Fixed or Dynamic?
Session is not sticking
iphone 3gs email with exchange server
Blackberry and MS Exchange Server, email folders are empty on device.
Oracle 10g database on Hyper-V virtual server(Windows 2008 )
.net generic collection vs hashtable