Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: RE : Re: RE : MSSQL results

From: al:bri:xtra at: 2-Oct-2002 21:28

> But if you use something like: > sql: { > select top 1 * from customers > select count(*) nb from customers > } > insert dbport sql > result-rows: copy dbport > You can't retrieve the second set of data. And that's my problem.
Have you tried something like a second 'copy? For example: sql: { select top 1 * from customers select count(*) nb from customers } insert dbport sql result-rows: copy dbport result-rows2: copy dbport ; Get the second set? I know nothing more, sorry. I hope that helps! Andrew Martin ICQ: 26227169 http://valley.150m.com/