i am new to this internet programming thing so forgive me if i sound like an idiot. i am trying to read/write from an html page to an Access database with Perl. Does the DSN have to be setup on the webserver or all the PCs accessing the website or what?? I dont think i quite understand how that works with the DSN.
a little help?
j
j
Ok, now back to the question.
Your server is Apache:
HTTP/1.1 200 OK
Date: Fri, 31 May 2002 19:18:42 GMT
Server: Apache/1.3.12 (Unix) mod_gzip/1.3.19.1a
Set-Cookie: CookieStatus=COOKIE_OK; path=/; domain=.<URL striped>; expires=Sat, 31-May-2003 19:18:42 GMT
P3P: policyref="http://<URL striped>/w3c/p3p.xml", CP="IDC DSP COR CURa ADMa DEVa CUSa PSAa IVAa CONo OUR IND UNI STA"
Set-Cookie: MEMBER_PAGE=<URL striped>; path=/; domain=.<URL striped>
Set-Cookie: REFERRER=(null); path=/; domain=.<URL striped>
Connection: close
Content-Type: text/html
You will not be able to have a Micorsoft Access database on a unix server. I am not sure what other database options your host has or if it has any. A free host may not have any. You may be able to use a flat file. But I am not sure if your host even supports server-side scripting. Can you provide me with more information about what your host supports.
thanks for the help.
j