Petr Krenzelok wrote:

> No, it is not. You have basically two ways of how to work with mySQL (or
> even other SQL databases) in general - 1) direct access - it would require
> Rebol to have mySQL "driver" inside, but it is not the case even with Linux
> Command. You could also use Command's ability to call libraries ... 2) some
> of SQL database servers listen on TCP port, which is the case with mySQL
> too.

Actually, MySQL always uses TCP/IP. There is no "direct" access
(if not maybe using Unix sockets, but this is not the case for
Windows and I didn't check if MySQL actually supports them;
anyway, they would be accessible by REBOL too).

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to