[REBOL] Re: Error message
From: gchiu::compkarori::co::nz at: 31-Dec-2000 12:24
On Sun, 31 Dec 2000 09:17:35 +1300
"Andrew Martin" <[Al--Bri--xtra--co--nz]> wrote:
> Please send
> your code in so we can
> see.
I've found the problem - it's a bug with Rebol/command.
I am updating a 26,000 record database.
dbase: open odbc://userid:[password--myinterbasetable]
db-port: first dbase
After 100 records, and sometimes more, I get the error here
after a select:
db-recs: pick db-port 1
but if I replace the pick with a copy/part
db-recs: copy/part db-port 1
then the update completes.
It may just be part of the problems that R/c has with
Interbase.
--
Graham Chiu