Wednesday, July 25, 2012

Re: Using DictCursors

Wanted to check in and see if this was still being worked on?  I've been working in development with the code below.  I just went and posted the app and now get the 'module' object has no attribute 'cursors' error.  I then tried the cursor = conn.cursor(use_dict_cursor=True) code and that did not work either.

conn = rdbms.connect(

instance='instance',

database='db',

cursorclass=rdbms.cursors.DictCursor) 

No comments:

Post a Comment