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.org/mailman/listinfo/python-list


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.python?hl=en

c.l.python is a mailing list, usenet group and a web forum. How you
access it is up to you. There are also other nntp-to-web sites out
there, and you can even make your own if you don't like them.

-- 
http://mail.python.org/mailman/listinfo/python-list


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 not a named form
parameter.


Got this from a quick search with Google. Haven't tried it, but it
looks like it does what you want.

http://mail.python.org/pipermail/python-list/2002-September/122977.html

-- 
http://mail.python.org/mailman/listinfo/python-list