Hello All,
I am using DAO to create a MS Acess database and add tables and other objects using DAO360.dll. i have used DAO by using #import directive .I have used _DBEnginePtr and DatabasePtr classes
to create database .After creating tables and other objects i closed the database using Close() of Database object, but when i am trying to run that module again to create another mdb file i gives unhandled Exception
(Access voilation) message . is something missing in closing DAO procedure????
Plz tell me how to close DAO after using it in VC++(6.0).How to release DBEnginePtr reference created
using CreateInstance(_uuid(DBEng
ine));
Plz help me out...........
its very urgent...........
waiting 4 reply.............
Thanks
Start Free Trial