Link to home
Start Free TrialLog in
Avatar of supunr
supunr

asked on

Synchronize database through VB

I like to synchronize replicated database within VB.  I seen sample code to do that in MSDN article Q167227.  I am however using VB6.

My problem is, the article reference "Database" object.

Dim mdbMaster As Database

but in VB, I can not find the reference to the Database object.  Where do I find this reference and how? (that is when I comple the program, it complain saying "user-defined type not defined.")


ASKER CERTIFIED SOLUTION
Avatar of jeokwah
jeokwah

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of supunr
supunr

ASKER

yes, jeokwah, you are right.  Thanks for that.  Hopefully now I should be able to sync the database.
Thanx for the points. Good Luck!