PyODBC Stored proc calling

2008-03-26 Thread Michael Owings
This is probably pretty late to be replying but I had the same problem. As it turns out, you just need to be sure you use the correct syntax to call the sproc: db_cur.execute( "{call test_bed(?)}", ('test data string') ) -- Teleoperate a roving mobile robot from the web: http://www.swampgas.com

Re: PyODBC Stored proc calling

2007-01-19 Thread king kikapu
No one is using pyodbc ?? :) -- http://mail.python.org/mailman/listinfo/python-list

PyODBC Stored proc calling

2007-01-18 Thread king kikapu
Hi to all, can anyone give me a jump-start about how to call Stored Procedures from PyODBC ?? I want to execute a very simple testing Stored Procedure on an Sql Server database. I started using PyODBC and code like the following cnxn = pyodbc.connect('DRIVER={SQL Server};SERVER=hercules;DATABASE