On Wed, Nov 12, 2008 at 4:02 AM, anish mathew <[EMAIL PROTECTED]>wrote:
> pls help me > > html page conecting to database sql or .mdb files > > pls sent qury > I know that English may not be your first language, but please make an effort to use proper English. Your question isn't really specific enough to give an answer. An HTML page can not directly connect to a database. What you need to do is use one of Python's many web frameworks (Django is a really popular one right now). Then, you write a Python script that accesses the database, gets the information you need, and turns it into an HTML page.
-- http://mail.python.org/mailman/listinfo/python-list