Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i am developing an access utility application in which i want to insert the missing query, tables and fields. How to achieve this. So far, i just can get names of tables and queries. Thanks in advance.
Posted
Comments
OriginalGriff 29-Dec-13 6:11am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
agent_kruger 29-Dec-13 8:15am    
basically i want to make an app that gets all missing values from target database to the main database. How to achieve this i have no idea.By searching on net i just can get names of tables and queries.

1 solution

"basically i want to make an app that gets all missing values from target database to the main database. How to achieve this i have no idea.By searching on net i just can get names of tables and queries."

Ouch! This is not a simple task, and it requires a lot of thinking and some planning in the database design. It's not as simple as "Find all records in this DB that aren't in that DB and insert them" - it's a lot more complex, as the updates normally have to cope with data in both directions, and record deletes, updates, and so forth.

You need to start by look at Database Replication[^] - follow a couple of the links to get a feel for how complex a system you need, and then start reading in depth as to how to design for it and add it to your system. But - work with backups of your DB, and don't expect this to be a ten minute operation! :laugh:
 
Share this answer
 
Comments
agent_kruger 29-Dec-13 12:59pm    
i never said it is ten minutes job,sir. but i think more of googling will help me here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900