What is best way to copy data from a .dbf to MS Access .mdb file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Iam writing an appln in VB.NET using VStudio.NET Express.

1. I have an MS Access mdb with a table called "tbl_one"
2. I have another database in foxpro format .dbf called "tbl_two"
3. I need to do few comparisons between tbl_one and tbl_two.
4. So I thought it will be easy if I can do copy of "tbl_two" to MS Access
as new table and then do a comparison.
5. How Can I do a copy of the entire dbf into MS Access in VB.NET
programmatically?

Thanks in Adv.
 
Hi RajSB,

It sounds like you're after program code that will import or link a table
into an MDB. Have you considered posting to an Access newsgroup?
 
Back
Top