Pickling a database cursor?

Chris Rebert clp2 at rebertia.com
Sun Nov 21 01:30:26 EST 2010


On Sat, Nov 20, 2010 at 10:08 PM, Navkirat Singh <navkirats at gmail.com> wrote:
> Hi Guys,
>
> Is there any way to pickle a database cursor? I would like a persistent cursor over multiple HTTP requests. Any help would be awesome !

You can't. It's like a file handle in that respect.

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list