> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Rajendran
> Sent: Sunday, June 17, 2007 3:06 AM
> To: python-list@python.org
> Subject: Re: Database Access using pyodbc. I've a problem
>
> Hi Robert,
> Than
Hi Robert,
Thanks for your response.
The problem I've mentioned comes up only with the Python but not with
the PHP. Is it because PHP has been integrated with Apache and Python
isn't? I mean, we have included these
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2_2.
On Jun 16, 5:35 am, Rajendran <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've installed pyodbc module to access my database (MS Access). I've
> setup a User level DSN to the database.mdb file. When I run my python
> code in the command prompt it is retrieving the database contents and
> displaying it
Hi all,
I've installed pyodbc module to access my database (MS Access). I've
setup a User level DSN to the database.mdb file. When I run my python
code in the command prompt it is retrieving the database contents and
displaying it (HTML output).
But when I run that python from webserver (http://lo