dbiRaw object

ekw1 at my-deja.com ekw1 at my-deja.com
Sat Aug 5 17:58:52 EDT 2000


How can I manipulate a dbiRaw object?

example:
db = odbc.odbc("dsn")
cursor = db.cursor()
cursor.execute("select * from table")
results = cursor.fetchall()
obj = results[0][1]

The variable obj points to a dbiRaw object, but I can't perform any
operations on it, like obj[2:3].  And other operations says that obj is
a read-only buffer.  Is there a way to make a copy of obj and
manipulate that?

thanks,
ekw


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list