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

rebol and mysql drivers

 [1/4] from: tim:johnsons-web at: 15-Feb-2001 8:14


Can rebol/core connect to mysql drivers? If so, are there any examples. TIA -- Tim Johnson ----------- Of all manifestations of power, restraint impresses the most. -Thucydides

 [2/4] from: gjones05:mail:orion at: 15-Feb-2001 11:41


Hi, Tim, Apparently you missed the posting from late last week. DocKimbel has done some great work on a mysql scheme. The download is most easily obtained through the /View experiemental "demo" desktop through the path laid out by DocKimbel below. If you don't have REBOL/View, then download http://rebol.dhs.org/mysql-084.rip and "un"-rip this compressed "rip" ball at the REBOL/Core prompt by typing: do %/path/to/rip/mysql-084.rip You will be asked to write a directory with three files if security hasn't been deactivated. Hope that does the trick. --Scott

 [3/4] from: ralph:abooks at: 15-Feb-2001 13:13


Or forget View and do it directly from Core:
>> write/binary %/c/rebol/mysql-084.rip read/binary
http://rebol.dhs.org/mysql-084.rip connecting to: rebol.dhs.org
>> do %mysql-084.rip
Script: "REBOL Self-extracting Binary Archive (RIP)" (12-Feb-2001/17:13:28+1:00) mysql-protocol.r mysql-monitor.r usage.html
>>
DocKimbel for President!!!!!! --Ralph Roberts

 [4/4] from: tim::johnsons-web::com at: 15-Feb-2001 9:31


On Thu, 15 Feb 2001, you wrote:
> Apparently you missed the posting from late last week. DocKimbel has done > some great work on a mysql scheme.
Yup, I wasn't paying attention, but I did archive it. :) Thanks so much. Cheers -- Tim Johnson ----------- Of all manifestations of power, restraint impresses the most. -Thucydides