Hi!

I'm trying to learn how to program COM-object.
I created a project with ATL App Wizard and choose MFC support because I want my COM-object to work with SQL Database.
I included afxdb.h in afxstx.h because CRecordset was unknown class. Now I have no error's but when I execute my program it does not work.

My COM-object is been created from ASP-page.

Do I have to do some settings for project, or something else?

Can anybody help me with this problem?????

Regards
new to COM and ASP