Re: [Tutor] database app

2005-06-23 Thread Christian Wyglendowski
> -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

Re: [Tutor] database app

2005-06-22 Thread nephish
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

Re: [Tutor] database app

2005-06-19 Thread Alan G
> 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

[Tutor] database app

2005-06-18 Thread nephish
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

Re: [Tutor] database app

2005-06-18 Thread Chad Crabtree
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

Re: [Tutor] database app

2005-06-18 Thread Don Parris
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

[Tutor] database app

2005-06-18 Thread nephish
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