Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-8) was last changed on 14-Feb-2019 13:32 by Administrator

This page was created on 04-Oct-2015 20:36 by BlakeMcBride

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 220 added one line
!ODBC
At line 222 added 18 lines
{{{import pyodbc
conn = pyodbc.connect('DSN=XXX;UID=YYY;PWD=ZZZ;DATABASE=MyDatabase')
cursor = conn.cursor()
cursor.execute("SELECT * from my_table")
while 1:
row = cursor.fetchone()
if not row:
break
print row.name}}}
[https://code.google.com/p/pyodbc/wiki/GettingStarted]
Version Date Modified Size Author Changes ... Change note
8 14-Feb-2019 13:32 4.858 kB Administrator to previous
7 07-Jun-2016 15:45 4.839 kB BlakeMcBride to previous | to last
6 17-Dec-2015 11:48 4.805 kB BlakeMcBride to previous | to last
5 23-Oct-2015 12:11 4.761 kB BlakeMcBride to previous | to last
4 04-Oct-2015 21:05 4.76 kB BlakeMcBride to previous | to last
3 04-Oct-2015 20:56 4.437 kB BlakeMcBride to previous | to last
2 04-Oct-2015 20:46 4.453 kB BlakeMcBride to previous | to last
1 04-Oct-2015 20:36 4.453 kB BlakeMcBride to last
« This page (revision-8) was last changed on 14-Feb-2019 13:32 by Administrator