
Linking Tables from SQL 7 to Acces using DAO
Surly, ADO (ADOX) and DAO are different technologies.
You should be looking at the DAO docs.
If your looking to Migrate data from one database to the other either as a
one off or batch job, you might like to look at the DTS services built into
SQL 7. They can do all the hard work for you (well, most of it)
Quote:
> I'm looking for for the documentation ADOX for the specified case.
> Tanks in advance
> Dante