Re: [sqlite] reach into a memory database and retrieve a record by it's oid

2009-10-17 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Arts wrote: > Is there a (relatively easy) way to hack up a function call that would > just retrieve one record by it's oid (primary integer key), and return it > in a form that would allow using the sqlite3_columm() functions? > > Something along

[sqlite] reach into a memory database and retrieve a record by it's oid

2009-10-17 Thread Ron Arts
Hi, maybe I should ask this on sqlite-dev, but I thought I'd try it here first. Is there a (relatively easy) way to hack up a function call that would just retrieve one record by it's oid (primary integer key), and return it in a form that would allow using the sqlite3_columm() functions? Someth