Hello Nenad!

On 18-Feb-01, you wrote:

 NR> In the next release, i'll make the driver a little smarter
 NR> for testing the end of "the data stream", so you'll don't
 NR> need anymore to call an extra 'first or 'copy function to
 NR> make the driver happy.

Also, I noticed that you have to read from the port after an
update query too (otherwise errors are not reported and subsequent
queries won't work). I'll see if I can fix this up myself, if you
don't mind. Currently I use the following function:

  do-query: func [port [port!] query [string!]] [
    insert port query
    pick port 1
  ]

for update queries.

Anyway, good job Nenad!

Regards,
    Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to