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
cannot log you in because the domain is not available WORKAROUND?
Outlook 2007 and 2 exchaneg servers
Can't hide GridView Delete button programmatically -- help!
Joomla 1.0.11 with VirtueMart 1.0.7 - to be upgraded to Joomla 1.5 with VirtueMart 1.1.4
SQL profiler Filter
Laptop beeps 3 times during power up
How do i autopopulate Excel cells, depending on the info of another cell?
Hiper V backup
Access to Flex component properties
Show mouse coordinates?