I am trying to connect to a file DSN.

Set cn = Server.CreateObject("ADODB.connection")
cn.Open "FILEDSN=sample.dsn"

But i am not able to get the ADODB objects.
for example i was not able to get the "connection" object in the above sample code.
I did give the Active X data objects 2.5 reference.


Thanks