Hi everybody!I'm currently writting an app that can access cdb-files under WindowsCE 2.1. I use eVB3.0.
Now I've got a litte problem and I hope you're able to help me,please:
When I start the application on my WinCE 2.1 device, the following error occures: " ActiveX component can't create object:'CreateObject' ".
I guess the error is in the following lines (but I do not know-I only guess ;-) ):
public conndb as ADOCE.Connection
.
.
.
set conndb = CreateObject("ADOCE.Connection.3.0")
I even tried something like ADOCE.Connection.2.0 or 2.1 or whatever. And all the neccessary components are copied and succesfully registered on the device. Who can help? Thank you.