[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library.
=======changes======= sql-protocol.r --change: updated script --title: SQL PROTOCOL --owners: coccinelle --author: Marco --purpose: This script provide a REBOL protocol that implements an SQL Relationnal Database Engine Today, this protocol execute only these query : - SELECT ... FROM ... WHERE ... ORDER BY ... - INSERT ... INTO ... VALUES ... - UPDATE ... SET ... WHERE ... - DELETE FROM ... WHERE ... - CREATE TABLE ... - DROP TABLE ... --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r =======additional information======= new and updated scripts: http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent =======end======= --The Library People --3-Nov-2004 -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
