Append Tables

ootkhopdi

Registered User.
Local time
Today, 08:01
Joined
Oct 17, 2013
Messages
181
how can i appnend table from one table to other table
when i do it says...
Cannot Open Database". It May not be a database that your application recognizes , or the file may be corrupt

what is the problem /
and how can i solve it..

pls ...help
 
how can i appnend table from one table to other table
when i do it says...
Cannot Open Database". It May not be a database that your application recognizes , or the file may be corrupt

what is the problem /
and how can i solve it..

pls ...help
In the same database?
And are you even able to open the database?
If yes, show your query/code.
 
For me I get that when there was a problem saving the database. If you think it could be that, try the following:

1) take a copy of the database
2) Compact and Repair the original. It will tell you if it found corruptions.
3) Inspect the repaired version to make sure it repaired it all correctly (nothing should have changed, all objects should still work).
4) If it didn't work, start a new database and import everything from your copy of the old one.

Then if you try your append, you might not get that error message.
 

Users who are viewing this thread

Back
Top Bottom