whats the best way of migrating data (MS Access)

M

markrush

if i have 2 datasources with different table names and column headers
that i want to merge i.e. "ptitle" and "name" whats the best way of
doing this? are there any standard routines or should i use something
intermediary like xml?

mark
 
M

McKirahan

if i have 2 datasources with different table names and column headers
that i want to merge i.e. "ptitle" and "name" whats the best way of
doing this? are there any standard routines or should i use something
intermediary like xml?

mark

Do you need to do it programmatically via ASP?

If it's a one-time effort you could export both to MS-Excel
then cut-and-paste to achieve the merge then import it
back into your database.

If a different approach is required then tell us more and
include the type of database and it's version.
 
M

markrush

no its ongoing - i want to 'import' data from different sources as the
data i get supplied in is always in a different schema.
 
M

McKirahan

no its ongoing - i want to 'import' data from different sources as the
data i get supplied in is always in a different schema.

I would probably write a script that maps one database table
to the other and reads from the one and inserts into the other.
 
K

Kyle Peterson

copy and paste from within access... or write a lot of code

those are really the choices
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top