> -Original Message-
>
> Hey there,
Hi,
> i have used the cgi module and dig it.
> heres the deal,
> my employer wants me to build a dynamic website that will
> access a
> database and display customer
> information on web. ok, easy enough.
Looks like some others have
Alan G wrote:
>>>going on at a time I'd consider moving the database
>>>or using snapshot technology or similar, Access locks
>>>by pages (default 2K?) which can mean a lot of data
>>>rows being locked by a single update.
>>>
>>>
>>>
>>ok, another question about this, if i use a snapshot, co
> database and display customer information on web. ok, easy enough.
> heres the trick. the database is MS Access. - ick.
ick indeed, but maybe for different reasons...
There is an ODBC database driver that you can use to
access Access. But you will have to be careful about
locking if the
Exactly what i was looking for.
thanks gents, i didn't even know this module existed.
i guess this access project will not be as intimidating as i thought.
cheers
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Well when working with M$ db's you should use odbc.
http://www.egenix.com/files/python/mxODBC.html
nephish wrote:
>Hey there,
>
>i have used the cgi module and dig it.
>heres the deal,
>my employer wants me to build a dynamic website that will access
a
>database and display customer
On Sat, 18 Jun 2005 13:50:56 -0700
nephish <[EMAIL PROTECTED]> wrote:
> Hey there,
>
> i have used the cgi module and dig it.
> heres the deal,
> my employer wants me to build a dynamic website that will access a
> database and display customer
> information on web. ok, easy enou
Hey there,
i have used the cgi module and dig it.
heres the deal,
my employer wants me to build a dynamic website that will access a
database and display customer
information on web. ok, easy enough.
heres the trick.
the database is MS Access. - ick.
what could i do to