Update ex_access.py
This commit is contained in:
@@ -50,6 +50,6 @@ cursor.insert()
|
||||
# Iterate through the records
|
||||
cursor.reset()
|
||||
for key, value in cursor:
|
||||
print('Got record: %s : %s' % (key, value))
|
||||
print('Got record: %s : %s' % (key, value))
|
||||
|
||||
conn.close()
|
||||
|
||||
Reference in New Issue
Block a user