2007年01月01日 星期一 00:44
lu_zi_2000 2007-01-01 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070101/b822a25b/attachment.htm
2007年01月01日 星期一 00:55
ÕÒµ½·½·¨Á˺ǺÇ,·ÖÏíÏ from SQLRelay import PySQLRClient con=PySQLRClient.sqlrconnection('host',9000,'','user','password',0,1) cur=PySQLRClient.sqlrcursor(con) cur.prepareQuery('select * from mytable where mycolumn>:value') cur.inputBind('value',1) cur.executeQuery() ... process the result set ... cur.clearBinds() cur.inputBind('value',5) cur.executeQuery() ... process the result set ... cur.clearBinds() cur.inputBind('value',10) cur.executeQuery() lu_zi_2000 2007-01-01 ·¢¼þÈË£º lu_zi_2000 ·¢ËÍʱ¼ä£º 2006-12-31 14:17:49 ÊÕ¼þÈË£º python-chinese在lists.python.cn ³ËÍ£º Ö÷Ì⣺ [python-chinese] sqlrelayÓÃpythonÄܵ÷ÓÃÂð,ÇëÖ¸½Ì,лл lu_zi_2000 2007-01-01 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070101/8a6f867c/attachment.html
Zeuux © 2025
京ICP备05028076号