Re: [pysqlite] Equivalent for SHOW TABLES?

2005-05-27 Thread madsurfer2000
F. GEIGER wrote: > > It would be nice somehow to be able to ask the database what tables it > contains. Is anyone doing this that way? How do you do that? > Information can be found in "Information_Schema_TABLES" See: http://www.sqlite.org/cvstrac/wiki?p=InformationSchema -- http://mail.python.o

Re: Python forum

2005-05-17 Thread madsurfer2000
Jonas Melian wrote: > Hi, > > I'm going to say a suggestion, why don't you create a forum like the one > of Ruby (http://www.rubyforums.com/)? for the novices this is a great > help, better than a mail list > What's wrong with this web forum ;-) http://groups-beta.google.com/group/comp.lang.pyth

Re: cgi: getting at raw POST data?

2005-02-26 Thread madsurfer2000
Erik Johnson wrote: > I am trying to work with a program that is trying make an HTTP POST of text > data without any named form parameter. (I don't know - is that a normal > thing to do?) I need to write a CGI program that accepts and processes that > data. I'm not seeing how to get at data that's