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

[REBOL] Re: REBOL and database stuff

From: petr:krenzelok:trz:cz at: 30-Mar-2003 18:49

Hi, sorry, no framework here, but I mady myself few functions: - function for getting db structure - sending 'collumns query - then I build object of db structure - and have 'map-rec functions, which is able to map returned records to object for better navigation later in script ... But as far as SELECT is involved, it can be tricky, as you may need various joins etc., so queries may be rather complex. Maybe you could elaborate a bit what exactly you need to achieve? -pekr-