Link to home
Start Free TrialLog in
Avatar of cgibin
cgibin

asked on

ASP DSN

Hi ,
I need to understand how we can specify dsn in this format:
Set Connect = Server.CreateObject("ADODB.Connection")
Connect.Open "senior.calendar"

calendar is the name of my database (mdb) file. In this case is 'senior' my dsn name?  please help me know if this format of specifying is in dsn format at all ?



Avatar of valtech
valtech

ASKER CERTIFIED SOLUTION
Avatar of valtech
valtech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cgibin

ASKER

valtech
thanks for the prompt reply..
i am actually doing some maintenance on someone else's code and hence am unable to comprehend the '.' nomcemclature in dsn . let me try setting the dsn name with a . and i'll get back.
Avatar of cgibin

ASKER

valtech
thanks for the prompt reply..
i am actually doing some maintenance on someone else's code and hence am unable to comprehend the '.' nomcemclature in dsn . let me try setting the dsn name with a . and i'll get back.
Avatar of cgibin

ASKER

thanks ur idea worked...
i just had to set the dsn name to senior.calendar!