Hello,
I'm createing a site that has to use a .dbf file full of records to display stats or current issues with the fields in it.
I have tried making the database connection using ODBC using each type of the .dbf system drivers and I've also tried typing this in the code instead:
connString =...
I don't want to use session.abandon because I have other session objects that are in use, but when I no longer have use for a particular session variable, how can I effectively destroy it so it's not using system resources?
I tried session("variableName") = Nothing but I generated...
Hi,
I've been making sites for a little while...still learning though. Just saw tek-tips and thought I'd try it out...
Does anyone know how I can secure my web site so only people I want to enter it can enter it? I mean, I know I can make a log in and password, then request it from the next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.