Bobspadger / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Insert statement hard to find in documentation #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Search online Wiki
2. Insert not clear
3. Search everywhere else and examples are hard to find

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows XP, SQL Server 2008 Express

Please provide any additional information below.
This works with variables
cursor.execute("insert into DBTable (FIRSTCOL, SECONDCOL, THIRDCOL, 
FORTHCOL) values (?, ?, ?, ?)", firstVar, secondVar, thirdVar, forthVar)

Original issue reported on code.google.com by allen.fi...@gmail.com on 5 Apr 2010 at 9:23

GoogleCodeExporter commented 9 years ago
Please see the new Getting Started pages:

http://code.google.com/p/pyodbc/wiki/GettingStarted

Original comment by mkleehammer on 16 Apr 2010 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 21 Nov 2010 at 4:44