When you use Webware you are using Python. Therefore, in a sense your
question is, how do I connect to mysql from Python?
MySQLdb module lets you do this:
http://dustman.net/andy/python/MySQLdb/
Info on the Python DB API and various DB topics is here:
http://www.python.org/topics/database/
After you get that working, there is a DBPool class in MiscUtils (provided
you're using the latest CVS version) that you can play with. Last I heard,
however, it didn't result in a performance improvement for MySQL (and for
that matter you might not even need one).
Also, MiddleKit will be uploaded to Webware CVS sometime this month. It
maps object and relational data, although it's certainly not a requirement
to do database work.
FYI, Webware CVS instructions are at:
https://sourceforge.net/cvs/?group_id=4866
-Chuck
At 03:52 AM 1/8/2001 +0300, baasad wrote:
>question ;
>how do I connect to a mysql database useing webware
>is their a ready made model :)
>thanx
>
>Bashar A. Asad
>finally a freelancer :)
>
>
>_______________________________________________
>Webware-discuss mailing list
>Webware-discuss@...
>http://lists.sourceforge.net/mailman/listinfo/webware-discuss
|