|
-
Nov 12th, 2009, 07:17 AM
#1
Thread Starter
Member
[RESOLVED] Transfer data between two access databases
Hi, All
I am in the process in developing a new version of my software. I have changed my design of my database slightly (added a few new tables and new fields to existing tables). The issue is that my users have user data in the old Db that I would like to transfer to the new Db. Both Db's are access 2003. Because my software is distributed over a wide geographical are it would not be possible to do this manually
I have appended data between two different tables in a single Db, but not between two separate Db's.
Can someone please assist, sample code would be appreciated
I have searched the threads but have no success.
Thanx
-
Nov 12th, 2009, 07:49 AM
#2
Re: Transfer data between two access databases
In a case like this my suggestion would be to have your clients zip their existing database and FTP it to you for you to upgrade.
After which, of course, you would be able to test your app against each clients database and visually verify everything was OK.
At that point, you could FTP it back to them.
-
Nov 12th, 2009, 08:53 AM
#3
Thread Starter
Member
Re: Transfer data between two access databases
The data transfer is really not much. My users are not even at moderate level of computer literacy. I have a small dataset that I request them to e-mail me on a regular basis, but most of them do not even get this right. I had to automate the process. I also have about 150 users.
I really need to solve this issue in code.
-
Nov 12th, 2009, 09:16 AM
#4
Re: Transfer data between two access databases
I have appended data between two different tables in a single Db, but not between two separate Db's.
Open 2 connections (one for every mdb)
I had to automate the process.
Read about ADOX
You could send them a small app that modify the mdb & tables structure
-
Nov 14th, 2009, 12:33 PM
#5
Thread Starter
Member
Re: Transfer data between two access databases
Hi, I found a solution to my problem. I anyone is battling with a similar issue try the link below. The code is in C#, but I managed to convert it.
Not sure if this is the best solution, but it works well for me.
Thanxs for help offered.
http://69.10.233.10/KB/database/Gene...leDataFcn.aspx
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|