Hi, when I try to create a connection to the database from an ASP page i get the following error

Provider (0x80004002)
No such interface supported
/includes/_Database.asp, line 22

I am just going

set oConn = Server.CreateObject("Adodb.Connection")

The strange thing is that the include file works and connects to a database perfectly when it is included in a different page.

Has anyone ever encountered this problem before?

Thanks in advance
MarkusJ