Hi,
i need to know what coding for run my program (VB6) with access database between 2 or 4 computers in LAN.
-------------------------------
Private Sub Form_Load()
CustData.databasename = App.Path & ("\CIS Database.mdb")
CustData.RecordSource = "CISData"
--------------------
when i run this program in another computer the error come out :
"Class not registered. Looking for object with CLSID:{0000000010-...}"
so how can i solve this problem
i already map a networking folder as a G drive. But still cannot.
___________________________________
Set DB = OpenDatabase("G:\CIS.mdb")
__________________________
Please Help....