I also have an interest in using rebol with databases, but balk at the price of admission, especially just to play with the option. Is the Mysql connection modifiable for other databases?
Mike ----- Original Message ----- From: Tim Johnson<mailto:[EMAIL PROTECTED]> To: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> Sent: Friday, November 04, 2005 9:26 AM Subject: [REBOL] Re: [NEWBIE]: Rebol & SQLite3 * Silvia Brandimarte <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> [051104 08:11]: > Hi, everybody. > > I'm needing an help to make work Rebol and SQLite 3 together. > > I downloaded SQLite 3.2.7 with sqlitedll 3.2.7. I also have the > sqlite-protocol.r file, but on WinXP doesn't work. Hi Silvia: By now you've heard that you need a /pro license to use the sqlite dll, and you've also hear about MySQL scheme, which I heartily recommend. You will however, have to install MySQL on your system and configure it. An alternative that I will be considering for my next small project where the power of MySQL may not be needed is 'sql-protocol. I have experimented with it a bit, and it seems quite nice and uses text files to store data. http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r<http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r> Let me know what you think. HTH tim -- Tim Johnson <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> http://www.alaska-internet-solutions.com<http://www.alaska-internet-solutions.com/> -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
