ocp8i2002 wrote:
> I have a small requirement in Active Server Pages:
>
> I have two tables in MS-Access 2000.
> ...
I think you have emailed the wrong ASP mailing list.
This mailing list is dedicated to Apache::ASP, which is
a Perl script native port of Active Server Pages for Apache.
Chances a
Quan Mac wrote:
> I was wondering if you could tell me where in the httpd>conf file to put
> these lines:
>
>
>SetHandler perl-script
>PerlModule Apache::ASP
>PerlHandler Apache::ASP
>PerlSetVar Global /tmp
>PerlSetVar StateDir /tmp/asp
>
> because I've tried placin
I have a small requirement in Active Server Pages:
I have two tables in MS-Access 2000.
Table : Question, it has following columns
Question-
Question#
Question
OptionA
OptionB
OptionC
OptionD
Correct Answer
Table: Answer
I was wondering if you could tell me where in the
httpd>conf file to put these lines:
SetHandler
perl-script PerlModule Apache::ASP
PerlHandler Apache::ASP PerlSetVar
Global /tmp PerlSetVar StateDir /tmp/asp
because I've tried placing it in a few different
places and