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
How to know when a TMemo's control has had text selected?
Printing first page on Microsoft outlook 2007
DBMS_JOB for Oracle Package
Google Analytics
Printing with cgi and Perl
delete duplicate records
create drop down on excel by vba
getting error object required access database
Classic ASP nesting inside of a loop
MySQL to t-SQL