[REBOL] Re: [ANN] mySQL driver for /Core

2001-04-10 Thread Aviles, Javier

Hi Rebol Gurus,

How can I download the mySQL driver developed by Dockimbel 


Thanks

Javier H. Avils Avila.
 EDS  NMxSC
* [EMAIL PROTECTED]
TEL.  29-09-42  Ext.  56361


 -Original Message-
 From: Nenad Rakocevic [SMTP:[EMAIL PROTECTED]]
 Sent: Saturday, February 10, 2001 8:50 AM
 To:   [EMAIL PROTECTED]
 Subject:  [REBOL] [ANN] mySQL driver for /Core
 
 
 Hi guys !
 
 Great day today ! :)
 
 The first public release of my driver for mySQL databases is available on
 my
 rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and
 scripts
 headers before using it. Remember that's in beta stage, so don't expect it
 to be perfect ! ;)
 
 Let me know what you think about it and please, send me all bugs reports.
 
 Best 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.




[REBOL] Re: [ANN] mySQL driver for /Core

2001-04-10 Thread Alan_Otterstad


I hope this is the correct link...I copied it from a previous message.  If
it isn't then I'm sure someone else will reply with the right one.
Alan


From DocKimbel

Hi all,

New flat, new car, new job, new PC, and finallynew mySQL driver
release! :)
With so much new things at the same time, it wasn't easy to find some free
time
to release this update! You can download it, as usually, on my reb-site at
:

http://rebol.dhs.org/index.r  (requires Rebol/View)

Direct archive download at :
http://rebol.dhs.org/mysql-085.rip







   
 
"Aviles,   
 
Javier"  To: "'[EMAIL PROTECTED]'"  
 
javier.avile[EMAIL PROTECTED]
 
[EMAIL PROTECTED]   cc:   
 
Sent by: Subject:     [REBOL] Re: [ANN] mySQL driver 
for
    rebol-bounce@/Core 
 
rebol.com  
 
   
 
   
 
04/10/2001 
 
08:17 AM   
 
Please 
 
respond to 
 
rebol-list 
 
   
 
   
 




Hi Rebol Gurus,

How can I download the mySQL driver developed by Dockimbel


Thanks

Javier H. Avils Avila.
 EDS  NMxSC
* [EMAIL PROTECTED]
TEL.  29-09-42  Ext.  56361


 -Original Message-
 From:   Nenad Rakocevic [SMTP:[EMAIL PROTECTED]]
 Sent:   Saturday, February 10, 2001 8:50 AM
 To: [EMAIL PROTECTED]
 Subject: [REBOL] [ANN] mySQL driver for /Core


 Hi guys !

 Great day today ! :)

 The first public release of my driver for mySQL databases is available on
 my
 rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and
 scripts
 headers before using it. Remember that's in beta stage, so don't expect
it
 to be perfect ! ;)

 Let me know what you think about it and please, send me all bugs reports.

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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-14 Thread [EMAIL PROTECTED]

www.site5.com

500MB hard disk space
27GB bandwidth
mySQL

$30/month

I've been running /Core using this service for CGI. Very good customer 
service.

I can't wait to try the mySQL driver on their server!

-Ryan

 I would change ISPs. If they don't have MySQL, they've
 probably cheaped out
 on other stuff as wellg. And MySQL is free!

I've been with them for 6 years. US$25/month.  They offer
mSql but at the next level.  Guess it's time for a change.

Anyone got any suggestions?

--
Graham Chiu
-- 
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: [ANN] mySQL driver for /Core

2001-02-14 Thread Paul Tretter

They should advertise the REBOL use services.  What is the matter with these
ISP's.

Paul Tretter


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 12, 2001 6:17 PM
Subject: [REBOL] Re: [ANN] mySQL driver for /Core


 www.site5.com

 500MB hard disk space
 27GB bandwidth
 mySQL

 $30/month

 I've been running /Core using this service for CGI. Very good customer
 service.

 I can't wait to try the mySQL driver on their server!

 -Ryan

  I would change ISPs. If they don't have MySQL, they've
  probably cheaped out
  on other stuff as wellg. And MySQL is free!
 
 I've been with them for 6 years. US$25/month.  They offer
 mSql but at the next level.  Guess it's time for a change.
 
 Anyone got any suggestions?
 
 --
 Graham Chiu
 --
 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: [ANN] mySQL driver for /Core

2001-02-11 Thread Frank Sievertsen

Hi!

You can use DBridge to connect to postgess. DBridge uses a java-Server to
connect to the database (using jdbc). So you can connect to any
jdbc-compatible database. You can find it at:

 http://proton.cl-ki.uni-osnabrueck.de/dbridge/

I also wrote a _simple_ REBOL dialect to simplify SQL with Rebol. Maybe
DocKimbel likes to integrate it to the mysql-Protocol, too? It
automatically replaces newlines etc. by their escaped characters.

Oh, by the way: Great job, Doc!

CU,
Frank


 I've just read some article about PostGressSQL. In its latest version,
 PostGressSQL seems to have very strong capabilities, and some ppl.call it
 "public" Oracle. It's not probably that fast as mySQL, but it provides you
 with transactions.

 As for Linux databases, it would be good to have mySQL and PostGress at
 least. Maybe we could ask RT to re-generate /Apache, basing it upon latest
 /Core. Then your mySQL handler would be already pre-loaded, and the Apache
 based solution should be also faster ...
 I know there are some plans for Apache module for the future, I just hope RT
 makes two versions then - first one - /Core based, with DocKimbel's
 protocol, second one - based upon some /Command modules - at least /Library
 , or maybe even /ODBC (although it's not too common under Linux imo), and I
 would even welcome working library wrappers for some databases. The solution
 would cost some money of course, and would be for those, who require better
 performance.


 Having some of following protocols would be interesting too. It just seems
 to me the world is accepting XML based solution for info interchange more
 and more ..
 http://www.w3.org/2000/03/29-XML-protocol-matrix.html

 Cheers,
 -pekr-

 
  --Ralph
 
 
  --
  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: [ANN] mySQL driver for /Core

2001-02-10 Thread Douglas Mayer

Doc Kimbel...

What is the url of your rebsite?  I'm interested.

...Doug
- Original Message -
From: Nenad Rakocevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 10, 2001 7:50 AM
Subject: [REBOL] [ANN] mySQL driver for /Core



Hi guys !

Great day today ! :)

The first public release of my driver for mySQL databases is available on my
rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and scripts
headers before using it. Remember that's in beta stage, so don't expect it
to be perfect ! ;)

Let me know what you think about it and please, send me all bugs reports.

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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread Andrew Martin

 What is the url of your rebsite?  I'm interested.

DocKimbel RebSite is at:
http://rebol.dhs.org/index.r

Andrew Martin
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
--


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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread GS Jones

From: "Douglas Mayer"
 Doc Kimbel...

 What is the url of your rebsite?  I'm interested.

 ...Doug

Hi, Douglas,

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-083.rip
and "un"-rip this compressed "rip" ball at the REBOL/Core prompt by typing:
do %/path/to/rip/mysql-083.rip
You will be asked to write a directory with three files if security hasn't
been deactivated.

Hope that does the trick.
--Scott

 From: Nenad Rakocevic
 Hi guys !

 Great day today ! :)

 The first public release of my driver for mySQL databases is available on
my
 rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and
scripts
 headers before using it. Remember that's in beta stage, so don't expect it
 to be perfect ! ;)

 Let me know what you think about it and please, send me all bugs reports.

 Best regards,


 DocKimbel.


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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread Larry Palmiter

Hi Doug,

Doc Kimbels rebsite is at http://rebol.dhs.org/index.r

-Larry


- Original Message -
From: Douglas Mayer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 10, 2001 2:57 PM
Subject: [REBOL] Re: [ANN] mySQL driver for /Core


 Doc Kimbel...

 What is the url of your rebsite?  I'm interested.

 ...Doug
 - Original Message -
 From: Nenad Rakocevic [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 10, 2001 7:50 AM
 Subject: [REBOL] [ANN] mySQL driver for /Core



 Hi guys !

 Great day today ! :)

 The first public release of my driver for mySQL databases is available on
my
 rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and
scripts
 headers before using it. Remember that's in beta stage, so don't expect it
 to be perfect ! ;)

 Let me know what you think about it and please, send me all bugs reports.

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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread Ralph Roberts

It works in CORE!!

This is Heaven!

Thanks, DocKimbel!!! You've come up with something REBOL's need all along!

I love ya, man!

--Ralph Roberts
author of REBOL FOR DUMMIES

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
GS Jones
Sent: Saturday, February 10, 2001 4:05 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: [ANN] mySQL driver for /Core


From: "Douglas Mayer"
 Doc Kimbel...

 What is the url of your rebsite?  I'm interested.

 ...Doug

Hi, Douglas,

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-083.rip
and "un"-rip this compressed "rip" ball at the REBOL/Core prompt by typing:
do %/path/to/rip/mysql-083.rip
You will be asked to write a directory with three files if security hasn't
been deactivated.

Hope that does the trick.
--Scott

 From: Nenad Rakocevic
 Hi guys !

 Great day today ! :)

 The first public release of my driver for mySQL databases is available on
my
 rebsite. (Testpanel/Ecotope/Dockimbel) Please read the html doc and
scripts
 headers before using it. Remember that's in beta stage, so don't
expect it
 to be perfect ! ;)

 Let me know what you think about it and please, send me all bugs reports.

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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread Graham Chiu


 It works in CORE!!
 
 This is Heaven!
 
 Thanks, DocKimbel!!! You've come up with something
 REBOL's need all along!

So, what does one do if your ISP doesn't support mySQL?

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




[REBOL] Re: [ANN] mySQL driver for /Core

2001-02-10 Thread Petr Krenzelok


- Original Message -
From: Ralph Roberts [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 11, 2001 2:30 AM
Subject: [REBOL] Re: [ANN] mySQL driver for /Core



 
  It works in CORE!!
 
  This is Heaven!
 
  Thanks, DocKimbel!!! You've come up with something
  REBOL's need all along!
 
 So, what does one do if your ISP doesn't support mySQL?
 
 --
 Graham Chiu
 --

 I would change ISPs. If they don't have MySQL, they've probably cheaped
out
 on other stuff as wellg. And MySQL is free!

I've just read some article about PostGressSQL. In its latest version,
PostGressSQL seems to have very strong capabilities, and some ppl.call it
"public" Oracle. It's not probably that fast as mySQL, but it provides you
with transactions.

As for Linux databases, it would be good to have mySQL and PostGress at
least. Maybe we could ask RT to re-generate /Apache, basing it upon latest
/Core. Then your mySQL handler would be already pre-loaded, and the Apache
based solution should be also faster ...
I know there are some plans for Apache module for the future, I just hope RT
makes two versions then - first one - /Core based, with DocKimbel's
protocol, second one - based upon some /Command modules - at least /Library
, or maybe even /ODBC (although it's not too common under Linux imo), and I
would even welcome working library wrappers for some databases. The solution
would cost some money of course, and would be for those, who require better
performance.


Having some of following protocols would be interesting too. It just seems
to me the world is accepting XML based solution for info interchange more
and more ..
http://www.w3.org/2000/03/29-XML-protocol-matrix.html

Cheers,
-pekr-


 --Ralph


 --
 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: [ANN] mySQL driver for /Core

2001-02-10 Thread Graham Chiu

 
 I would change ISPs. If they don't have MySQL, they've
 probably cheaped out
 on other stuff as wellg. And MySQL is free!

I've been with them for 6 years. US$25/month.  They offer
mSql but at the next level.  Guess it's time for a change.

Anyone got any suggestions?

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