[REBOL] Re: rebol and mysql drivers

2001-02-15 Thread Tim Johnson

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
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: rebol and mysql drivers

2001-02-15 Thread Ralph Roberts

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

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
>GS Jones
>Sent: Thursday, February 15, 2001 12:42 PM
>To: [EMAIL PROTECTED]
>Subject: [REBOL] Re: rebol and mysql drivers
>
>
>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
>
>- Original Message -
>From: "Tim Johnson" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, February 15, 2001 11:14 AM
>Subject: [REBOL] rebol and mysql drivers
>
>
>> 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
>> --
>> 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.




[REBOL] Re: rebol and mysql drivers

2001-02-15 Thread GS Jones

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

- Original Message -
From: "Tim Johnson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 11:14 AM
Subject: [REBOL] rebol and mysql drivers


> 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
> --
> 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.




[REBOL] Re: REBOL and MySql

2000-12-05 Thread ListBot

Hello Frank,

I have been trying to get MySQL working and your script would be a
welcome addition! Could you please send me the dbridge scripts you
mentioned. Thanks so much!

Regards,

Sean C. Johnson



FS> I've written a java server, which provides the connection to the database
FS> for REBOL. The package is called "dbridge" and it has two parts:

FS> - dbridge.r
FS> Provides the dridge:// protocol. You can connect to a database using
FS> something like:
FS>   open dbridge://user:passe/server/database

FS> - dbridge.class
FS> The Java side uses jdbc-drivers to connect to the database. It is works at
FS> least with postgres and mysql. I am using both.

FS> If you want this package, send me an email, but I don't have the time to
FS> give any support for it.

FS> CU,
FS> Frank




-- 
Best regards,
 ListBotmailto:[EMAIL PROTECTED]


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




[REBOL] Re: REBOL and MySql

2000-12-05 Thread Frank Sievertsen



On Mon, 4 Dec 2000, David Hawley wrote:

> > > I don't think you can connect directly to MySQL with
> > > REBOL, I think you have to use ODBC. Which is the why
> > > I am currently learning PHP to rewrite my site.
> > 
> > what about socket communication, possible?
> 
> It should be fairly straight forward, but perhaps a bit inefficient to interface 
>MySQL using the mysql program - perhaps via litle-bell.r (a telnet client).

I've written a java server, which provides the connection to the database
for REBOL. The package is called "dbridge" and it has two parts:

- dbridge.r
Provides the dridge:// protocol. You can connect to a database using
something like:
  open dbridge://user:passe/server/database

- dbridge.class
The Java side uses jdbc-drivers to connect to the database. It is works at
least with postgres and mysql. I am using both.

If you want this package, send me an email, but I don't have the time to
give any support for it.

CU,
Frank

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




[REBOL] Re: REBOL and MySql

2000-12-04 Thread Mike Yaunish

At 10:35 PM 04/12/00 +0100, you wrote:
Here is a copy of a message form a while ago that may help.

From: Jamey Cribbs <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [REBOL] A word to all novice port programmers
Date: Thu, 19 Oct 2000 15:41:48 -0400
X-Mailer: KMail [version 1.0.29]
X-archive-position: 43
X-original-sender: [EMAIL PROTECTED]
Reply-to: [EMAIL PROTECTED]

This message goes out to all you who, like me, are novices when it comes to
using ports to communicate between your Rebol script and other programs.
I am in the process of learning Rebol. I have been writing some small
applications that use text files to store any data needed.
Because Core does not allow you to run system commands and because I do not 
yet
have much experience using ports to communicate, I thought that I would 
have to
wait until I purchased Command or someone wrote a script that connected 
Core to
MySQL (or the like) via ports.
Then I found MDBMS (www.hinttech.com). This is a very small, simple DBMS
written by a guy named Marty Bochane. Basically, you start it up on a Linux
box, then you can communicate to it interactively using telnet.
But, wait, it gets better. MDBMS has a little utility called FOP (Fast
Opendatabase Protocol). FOP allows you to open a port (default 2224) to your
MDBMS database and interact with it via simple ASCII strings terminated by
newlines.
Using FOP, I was able to very easily open up a port while in Rebol, send sql
queries to my MDBMS database, and receive the result set. It was so cool!
Here I was, a guy who knows VERY little about port programming, basically
building a client/server app in less than 30 minutes.
I know that this will be very mundane, basic stuff to the people on this list
that have a lot of port programming experience. But, if you are a novice like
me, this might be a way to get your feet wet in this subject. I know I am
already learning a lot.
I guess this is also a testament to Rebol's incredible knack for making things
easy to do. The ability you have to easily open, read from, and write to ports
is incredible!
Anyway, just thought I would pass this info along.
--
Jamey Cribbs




>- Original Message -
>From: Malcolm Campbell <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, December 04, 2000 10:15 PM
>Subject: [REBOL] Re: REBOL and MySql
>
>
> > Hi,
> >
> > >Anyone have any success interfacing with REBOL to MySql?
> >
> > I don't think you can connect directly to MySQL with
> > REBOL, I think you have to use ODBC. Which is the why
> > I am currently learning PHP to rewrite my site.
>
>what about socket communication, possible?
>
>-pekr-
>
> > ==
> > All the best,
> > --
> > Malcolm Campbell
> > [EMAIL PROTECTED]
> > FreesiteUK - http://www.freesiteuk.com
> > The UK based searchable web directory of free internet services.
> >
> > _
> > Win a Sony Playstation 2 with FreesiteUK and dooyoo! Enter by visiting:
> > http://www.freesiteuk.com/index.cgi?244724062;INFO (UK residents only)
> > --
> > 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.

Mike Yaunish
[EMAIL PROTECTED]

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




[REBOL] Re: REBOL and MySql

2000-12-04 Thread David Hawley

Previously, you (Petr Krenzelok) wrote:
> 
> - Original Message - 
> From: Malcolm Campbell <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 04, 2000 10:15 PM
> Subject: [REBOL] Re: REBOL and MySql
> 
> 
> > Hi,
> > 
> > >Anyone have any success interfacing with REBOL to MySql?
> > 
> > I don't think you can connect directly to MySQL with
> > REBOL, I think you have to use ODBC. Which is the why
> > I am currently learning PHP to rewrite my site.
> 
> what about socket communication, possible?

It should be fairly straight forward, but perhaps a bit inefficient to interface MySQL 
using the mysql program - perhaps via litle-bell.r (a telnet client).

--
David L. Hawley   D.L. Hawley and Associates1.503.274.2242
Software Engineer  [EMAIL PROTECTED]

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




[REBOL] Re: REBOL and MySql

2000-12-04 Thread Petr Krenzelok


- Original Message - 
From: Malcolm Campbell <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 10:15 PM
Subject: [REBOL] Re: REBOL and MySql


> Hi,
> 
> >Anyone have any success interfacing with REBOL to MySql?
> 
> I don't think you can connect directly to MySQL with
> REBOL, I think you have to use ODBC. Which is the why
> I am currently learning PHP to rewrite my site.

what about socket communication, possible?

-pekr-

> ==
> All the best,
> --
> Malcolm Campbell
> [EMAIL PROTECTED]
> FreesiteUK - http://www.freesiteuk.com
> The UK based searchable web directory of free internet services.
> 
> _
> Win a Sony Playstation 2 with FreesiteUK and dooyoo! Enter by visiting:
> http://www.freesiteuk.com/index.cgi?244724062;INFO (UK residents only)
> -- 
> 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.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread Malcolm Campbell

Hi,

>Anyone have any success interfacing with REBOL to MySql?

I don't think you can connect directly to MySQL with
REBOL, I think you have to use ODBC. Which is the why
I am currently learning PHP to rewrite my site.

==
All the best,
--
Malcolm Campbell
[EMAIL PROTECTED]
FreesiteUK - http://www.freesiteuk.com
The UK based searchable web directory of free internet services.

_
Win a Sony Playstation 2 with FreesiteUK and dooyoo! Enter by visiting:
http://www.freesiteuk.com/index.cgi?244724062;INFO (UK residents only)
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread sqlab

I have almost finished a interface to Cache4.0.
I used the sqlproxy of Galt Barber as a starting point.

AR
>
> Anyone have any success interfacing with REBOL to MySql?
>
> If so, let me know.
>
> Thanks,
>
> Jeff
> --


-- 
Sent through GMX FreeMail - http://www.gmx.net
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.