Web source for ASP/VBScript learning/reference

J

Jim T

I'm looking for references on the web to help me through my learning
curve(s). I have some of the basics down but for example I would like to
write a function to set up a connection to my Access DB so I don't have to
write same code in every ASP needing the connection. I have the code to do it
but my question is how to put the code in a separate ASP file and then call
it in the page(s) needing the connection. How to call it or include it, where
to place the reference etc. The attempts I've made thus far appear the
connection life is that of the function. Similarly, I would like to write my
code in separate ASP pages (and stored in a separate directory) and called
when needed such that the variable life is maintained for the calling ASP
page.

So, is there/are there any "comprehensive" reference sources on the web that
will assist me concepts and practice? (I've been through ASP101, W3schools,
etc.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top