RE: Database Access using pyodbc. I've a problem

2007-06-17 Thread Doug Phillips
> -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

Re: Database Access using pyodbc. I've a problem

2007-06-17 Thread Rajendran
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.

Re: Database Access using pyodbc. I've a problem

2007-06-16 Thread fumanchu
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