Forum: Python Sep 29th, 2005 |
| Replies: 1 Views: 2,471 I built a function as following
def IsExists(fxfcustid):
#global noduplicates
db = db_connect("triumph","freight","vcpdb")
cursor = db2.cursor()
... |
Forum: Python Sep 28th, 2005 |
| Replies: 0 Views: 2,373 Dear Python Gurus:
I am a very new Python user, would really appreciate your help.
I used Python to write a web form for users to enter. The underlined database is Oracle. One validation... |