This is a HUGE question..... there is a lot that could go wrong....
1. ADODB Connection
EXAMPLE:
Actionvar=Request.QueryString("actionvar")
path=Server.MapPath(".")
Set conn = server.createobject("adodb.connection")...
When exporting Access to Excel within my ASP code the resulting data in the Excel sheet all have an apostrophe (') in front of them. Does anybody know how to resolve this issue? Many thanks.
See Code below:
[...leading code not included...]
Dim fs, file
Set...
The mailto action in html is very simple but problematic... you are dependent on the user's configuration of their browser and email client.
Go to http://www.brainjar.com/asp/formmail/ and look at his form mail script... very good script with good documentation. Good Luck.
Very good questions mwolfOO.... being that there is about 20 pages and over 40 pages of script its tough for me to give you all the script but to answer your question:
the adminaccess.asp is where the session variable is set through a form entry of username and password. if the variable...
To even lock it down further you can use this script to protect every page on your website. Actually, thats the way it is scripted now. You will need to modify or eliminate the GetHost Function to read the whole URL instead of just the host name. If needed I can break it down further... good...
E.T., the code is actually very long... I will post the area that pertain to this situation... here ya go:
From Accessadmin.asp script:
*Note: session variable
if rsAccess("AdminUser") = Request.Form("uname") then
if rsAccess("AdminPassword") =...
I seem to have a weird problem that may not seem so weird so someone else, I hope.
I am using a session variables to store information regarding user rights and access:
session("ACL")=true
In the same script I have a SQL statement adding a record into a Access database.
Nothing...
Actually the solution was much simplier but many thanks for your advise. I will keep your recommendation in my knowledge base.... you never know.
But on to my fix, basically I justed downloaded the latest Quantum drives for my DLT7000, stopped all Backup Exec services; loaded new drives...
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.