Click to See Complete Forum and Search --> : Converting databases
j_lyver
Aug 18th, 1999, 09:25 PM
What I need is a code to convert a dbase table to a microsoft access database. Please help me
JHausmann
Aug 19th, 1999, 11:06 AM
How many times do you plan on converting the database?
Access will let you import DBbase tables, from the file menu.
j_lyver
Aug 19th, 1999, 04:51 PM
What I need is that I need to enter a dbase file and convert it to access as many times
JHausmann
Aug 19th, 1999, 09:19 PM
How about creating an Access database that has linkages to the dbase db?
Tonatiuh
Aug 20th, 1999, 01:44 AM
I found this around into this site. Maybe it helps you:
http://www.vb-world.net/databases/tip132.html
Good Look!
Ulises
SmithVoice
Aug 22nd, 1999, 06:42 AM
The suggestion about using links to the dbase data are not good suggestions any more... that functionality has been removed from Jet4. Careful if you based code on this method it will fail once you leave DAO3.5x
You can either fight the MS decision or get on with your work.
To import/convert on the fly from any ISAM(including Jet4) to any ISAM see:
http://www.smithvoice.com/vb5expt.htm
the gape implies VB5 but the single and superfast line of SQL is fine for any DAO ro ADOX2.1+ developer.
Also make sure you get the souce code demos, with them you can go pretty far and your specific question is answered step by step.
-Robert Smith
Kirkland WA
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.