Microsoft eMbedded Visual Basic 3.0 - TechRepublic
General discussion
September 13, 2001 at 02:07 AM
deepak_vidhate

Microsoft eMbedded Visual Basic 3.0

by deepak_vidhate . Updated 24 years, 9 months ago

I am getting “An error was encountered while running this program ActiveX component can’t create object : CreateObject” error while executing following lines in Microsoft embedded Visual Basic 3.0.

Dim objConnection
Dim objRecordset
Set objConnection = CreateObject(“ADOCE.Recordset.3.0”)

This discussion is locked

All Comments