Click here to Skip to main content
15,860,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a simple vb app with data base, and another with crystal report.

in both, databases are same. how can i merge or join both together?

with best regards
Posted

There is no a special (automated or something) technique for doing such things, as such initially separate application does not follow any common pattern, they can be anything. Merging without thorough design can be very dangerous.

So, just one practical advice: avoid merging first application onto second or second onto the first. Freeze and don't modify original projects. Instead, create a brand-new one, and put the code in it, using both applications as the reference and source. But start with thorough design of the new application. Never add old code mechanically, review it all.

—SA
 
Share this answer
 
I suggest you go on Project- Add existing element..... Or Project and Add element. Then create a crystal report and copy paste your code inside the report. Then you add the new tables to the existing database or you add the existing database file as a new datasource.
 
Share this answer
 
v2
Comments
Tiradan 9-Oct-12 4:15am    
i cant get ur mean bro

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