PyODBC doesn't work for Filemaker when Inserting Data using Parameters

46 views
Skip to first unread message

lew...@gmail.com

unread,
Sep 12, 2012, 4:35:36 AM9/12/12
to pyo...@googlegroups.com
It works well for selecting data, and it also works well well  Inserting Data  without using Parameters.
 

If the  parameters using a question mark as a place holder in the SQL, it doesn't work.  There is no error output, and the CPU state is 100% running.

---------------------------

cursor.execute("INSERT INTO haitaichecks(ID,checkValues) values(?,?)",'test','test')
cnxn.commit()
Reply all
Reply to author
Forward
0 new messages