Hi Guys
Can anyone steer me in the right direction?
I'm relatively new to asp.
I have an adovbs.inc file in my includes folder and did have it as an include on each page. I have taken the include off every page and my code still works. Thought I'd delete the adovbs.inc file when Dreamweaver told me i had links to each of the pages I had taken it off from!!
Thought it might have something to do with setting the connection to the database with this line that i have on most of my pages:
Set Conn=Server.CreateObject("ADODB.Connection"
But I'm only guessing this.
Can anybody advise me whether I can delete this file? What does it do? How does this still link to my pages if I've taken off the include from them? Does it relate to the line: Set Conn=Server.CreateObject("ADODB.Connection"
Thanks for any help.
Can anyone steer me in the right direction?
I'm relatively new to asp.
I have an adovbs.inc file in my includes folder and did have it as an include on each page. I have taken the include off every page and my code still works. Thought I'd delete the adovbs.inc file when Dreamweaver told me i had links to each of the pages I had taken it off from!!
Thought it might have something to do with setting the connection to the database with this line that i have on most of my pages:
Set Conn=Server.CreateObject("ADODB.Connection"
But I'm only guessing this.
Can anybody advise me whether I can delete this file? What does it do? How does this still link to my pages if I've taken off the include from them? Does it relate to the line: Set Conn=Server.CreateObject("ADODB.Connection"
Thanks for any help.