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

[REBOL] Re: [DEV] Re: dbms3.r 01

From: rotenca:telvia:it at: 14-Jan-2002 16:56

Hi, Gabriele, another wish of my long long long list :-) I do not like to make a pick for every row id returned by db-select, neither a db-foreach. I should like to ask something like: select [name surname] [sort by [surname name]] ;rebol sql? to have a block: [["joe" "abbitt"]["allen" "callaghan"]] I can do it with db-foreach, but i think is slow to convert data in object and then in block. I feel that block are the best way to go with db in rebol or at least i use always blocks, because of View which requires block for list, textlist and so on. Perhaps could exist two series of interfaces: blocks and objects or perhaps it is already possible in dbms and i did not see it. (i say everything i can wish/think, hope not to exaggerate) --- Ciao Romano