Re: html sql client

2007-03-04 Thread gert
http://sourceforge.net/projects/dfo/ Added some firefox2 ajax technologies to it and made it xhtml 1.1 valid :) -- http://mail.python.org/mailman/listinfo/python-list

Re: html sql client

2007-03-03 Thread gert
On Mar 2, 8:33 am, "gert" <[EMAIL PROTECTED]> wrote: > On Mar 2, 7:33 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > > > In <[EMAIL PROTECTED]>, gert wrote: > > > I was thinking about making a column module that names the columns, i > > > was hoping there would be some sort of api featur

Re: html sql client

2007-03-01 Thread gert
On Mar 2, 7:33 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > In <[EMAIL PROTECTED]>, gert wrote: > > I was thinking about making a column module that names the columns, i > > was hoping there would be some sort of api feature that already exist > > because parsing sql statemants to figu

Re: html sql client

2007-03-01 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, gert wrote: > I was thinking about making a column module that names the columns, i > was hoping there would be some sort of api feature that already exist > because parsing sql statemants to figure out which column is refers to > what is allot of work. Are you searching f