Did you create the DLL? Or is it third party?If you have created it, it would be like


server.createobject("Projectname.ClassName")

If its third party dll then check the documentation, the class name would be there.

Usually its CompanyName.ProductName

eg.

Danial.DBGrid