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

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.
 
C

Cindy Winegarden

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?
 

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

Top