Re: Databases: problem stepping through records with BLOBs

2006-04-14 Thread Chris bohnert
Devin, I think this may simply be a documentation error. I tested your code with the altSqlite connector and was able to reproduce your findings when i used put revDatabaseColumnNamed(tRS,item_code,tItemCode) -- always but if I changed that line to: put

Re: Databases: problem stepping through records with BLOBs

2006-04-14 Thread Devin Asay
On Apr 14, 2006, at 8:57 AM, Chris bohnert wrote: Devin, I think this may simply be a documentation error. I tested your code with the altSqlite connector and was able to reproduce your findings when i used put revDatabaseColumnNamed(tRS,item_code,tItemCode) -- always but if I

Databases: problem stepping through records with BLOBs

2006-04-13 Thread Devin Asay
Has anyone run into this? I am sending a query to a database and then I want to step through the records. I'm doing it like this (watch for line wrapping): put 26,54,110,111,250,259,272,314,149 into tTermListData -- preload for testing put SELECT item_index,item_code FROM vocablist

Databases: problem stepping through records with BLOBs

2006-04-13 Thread Devin Asay
My original thread was hijacked by another topic, so I thought I'd send this again. === Has anyone run into this? I am sending a query to a database and then I want to step through the records. I'm doing it