----- Original Message -----
From: "Dr. Louis A. Turk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 10:48 PM
Subject: [REBOL] Re: mysql scheme port


> Is this a special edition of mysql modified to work with rebol?

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.

So - nenad has created mySQL TCP scheme. You can use it with Core for free
of course. The question is - how fast it can be in comparison to PHP based
solutions. You have to remember though, that you can run Core only in form
of CGI, as Rebol Apache module is not released yet ....

As for learning mySQL in particular - I don't know .... If you are already
familiar with database systems in general - should not be much of a problem
imo. Other case is if you would like to set-up and maintain mySQL server
yourself ....

-pekr-

  Will it
> run on Windows 2000?
>
> Is mysql difficult to learn?
>
> Louis
>
>
> At 02:06 PM 3/18/2001 -0600, you wrote:
> >Yes he is.
> >
> >:)
> >
> >----- Original Message -----
> >From: "Ralph Roberts / ALEXANDER BOOKS" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Sunday, March 18, 2001 1:22 PM
> >Subject: [REBOL] Re: mysql scheme port
> >
> >
> > > You're a good man, DocKimbel!
> > >
> > > >-----Original Message-----
> > > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of
> > > >Nenad Rakocevic
> > > >Sent: Sunday, March 18, 2001 2:03 PM
> > > >To: [EMAIL PROTECTED]
> > > >Subject: [REBOL] Re: mysql scheme port
> > > >
> > > >
> > > >
> > > >
> > > >Will Arp wrote:
> > > >>
> > > >> Hello I would be very interested in any progress on dockimbel's
mysql
> > > >> scheme.
> > > >
> > > >A new scheme version is ready. It's much more robust and reliable
> > > >and supports
> > > >new features. Just have to update the docs and it will be ready to
> >release
> > > >this week.
> > > >
> > > >Regards,
> > > >
> > > >DocKimbel.
> > > >--
> > > >To unsubscribe from this list, please send an email to
> > > >[EMAIL PROTECTED] with "unsubscribe" in the
> > > >subject, without the quotes.
> > > >
> > > >
> > > --
> > > To unsubscribe from this list, please send an email to
> > > [EMAIL PROTECTED] with "unsubscribe" in the
> > > subject, without the quotes.
> > >
> >
> >
> >--
> >To unsubscribe from this list, please send an email to
> >[EMAIL PROTECTED] with "unsubscribe" in the
> >subject, without the quotes.
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to