* Silvia Brandimarte <[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 Let me know what you think. HTH tim -- Tim Johnson <[EMAIL PROTECTED]> 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.
