No subject

Benjamin Kaplan benjamin.kaplan at case.edu
Sun Nov 16 10:45:03 EST 2008


On Wed, Nov 12, 2008 at 4:02 AM, anish mathew
<anish_kv_mathew at yahoo.co.in>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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081116/2ca3522f/attachment-0001.html>


More information about the Python-list mailing list