Alex
How much functionality would be sacrificed, if any, by opting for ADO? To the best of your knowledge, are there major limitations in linking/transferring data between AutoCAD and A97.
My goal is to develop a routine in VBA which can roundtrip data between the two apps,the database and the cad app, mentioned above for assigning cad file identification numbers and revisions on a relatively small scale (100-300 cad files/yr.
For security, would it be best to create a MDE extension database file? Also, I understand its best to create a file for tables only and a separate file for reports and queries. Is this correct?
Are these the only methods in designing a database that is both secure and fast? What are some others
----- Alex Dybenko wrote: ----
no, you can use it only with ADO. but you can also use ADO in access 97, no
100% like in later versions, but still you can open recordsets, copy dat
--
Alex Dybenko (MVP
http://Alex.Dybenko.co
http://www.PointLtd.co
Clint said:
I use Access 97 and would like to develop within DAO. A contact mentione
using UDL in a routine which I wish to adopt and connect to AutoCAD. Thi
would be used to pass data from MS Access to populate flelds in a cad file
Again, I am limited by MS Office 97 era technology