Forum: Python Apr 25th, 2007 |
| Replies: 0 Views: 1,210 |
Forum: MySQL Apr 7th, 2007 |
| Replies: 2 Views: 3,515 Re: Too many connections error Try to store the connection string in a session and do all your queries with that stored session string.
When you close that session, connection string will be automatically destroyed. |
Forum: MySQL Apr 7th, 2007 |
| Replies: 1 Views: 1,223 Python Tuples and Mysql Query Hello all,
Is there any algorithm to convert a python tuple to MySql query (http://www.daniweb.com/techtalkforums/thread74502.html#).
Ex:
('*','name','sliver')
should convert to |
Forum: Python Apr 7th, 2007 |
| Replies: 1 Views: 1,471 Python tuples and Sql query Hello all,
Is there any algorithm to convert a python tuple to MySql query.
Ex:
('*','name','sliver')
should convert to |
Forum: Python Nov 15th, 2006 |
| Replies: 2 Views: 1,991 |
Forum: Python Nov 14th, 2006 |
| Replies: 2 Views: 1,991 wxpython and py2exe Hi
i am making a simle gui using wxpython and here is the script
import wx
class bide(wx.Frame):
def __init__(self):
wx.Frame.__init__(self, None, -1, "just a test", pos=(0, 0),... |
Forum: Existing Scripts Nov 13th, 2006 |
| Replies: 10 Views: 32,155 |