Import and Export of database data 
Author Message
 Import and Export of database data

Hello all,

I've got a question about a database application I plan to write.

Original freeware/ shareware database about let say: "Cars".

Independent user 1, add some "Cars" to their database.
Independent user 2, add some "Cars" to their database.
Independent user 3, add some "Cars" to their database.
Independent user 4, add some "Cars" to their database.
Independent user 5, add some "Cars" to their database.

Can all these users export their newly data to our server ?
And will it be possible for my application too process this into a new update for this original
database ?

This application is going to be written by some external programmer, using delphi 3 Pro. Do we need
new software or orther tips are extremely welcome.

Regards from The Netherlands,

Wouter-Jan Kok



Wed, 18 Jun 1902 08:00:00 GMT  
 Import and Export of database data

Quote:

> Can all these users export their newly data to our server ?
> And will it be possible for my application too process this into a new update for this original
> database ?

Simple part, the Simple answer: Yes, it is possible.
And then the hard part: To write the code to perform the actions you want.

If I understood what you want to do, you have some kind of distributed
database system. First collect the data to several workstations/databases,
send them to server, combine and process it, and then send it back to the
workstations. If you want to quarantee that you are not losing data, and
the database also stays consistent, then this is *not* an easy task to do.

If you can find some other solution than using any 'self-made' distributed
database systems, use it. Or else, be prepared for a longer project.

Markku Nevalainen



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need to import/export data from text table

2. exporting/importing Oracle 7.0 database

3. Import/export a database

4. Importing Paradox data into an InterBase database

5. Importing data into BDE via Database Desktop

6. Export/Import problem

7. BDE table import/export c

8. BDE table import/export component (16/32)

9. Export/Import VCL components

10. Export and import tables from MDB-Files to Ecxelsheets

11. Import/Export from disk file

12. EXPORTING and IMPORTING to excel 97

 

 
Powered by phpBB® Forum Software