Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-11 Thread stepharo
"PharoPro" ? As you know we want people to be able to make business with Pharo so we are brainstorming on a company offering - migration services - strong supporting - maintained packages Stef On 10 May 2014 04:09, stepharo > wrote: On 9/5/14 21

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-10 Thread Pablo R. Digonzelli
on about pharo is welcome" Enviados: Sábado, 10 de Mayo 2014 10:01:51 Asunto: Re: [Pharo-users] Best/simplest way to read and write to a MySQL database "PharoPro" ? On 10 May 2014 04:09, stepharo < steph...@free.fr > wrote: On 9/5/14 21:54, Andy Burnett wrote: ᐧ Thanks

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-10 Thread Robert Shiplett
"PharoPro" ? On 10 May 2014 04:09, stepharo wrote: > > On 9/5/14 21:54, Andy Burnett wrote: > > ᐧ > Thanks everyone, I shall try the DBXTalk approach. It seems as though it > is being actively developed. > > As a side note, I think it would be great if Pharo could identify a > 'main stream' r

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-10 Thread stepharo
On 9/5/14 21:54, Andy Burnett wrote: ᐧ Thanks everyone, I shall try the DBXTalk approach. It seems as though it is being actively developed. As a side note, I think it would be great if Pharo could identify a 'main stream' route for dealing with RDBMS. It would be similar to the way in whic

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-09 Thread Andy Burnett
ᐧ Thanks everyone, I shall try the DBXTalk approach. It seems as though it is being actively developed. As a side note, I think it would be great if Pharo could identify a 'main stream' route for dealing with RDBMS. It would be similar to the way in which Zinc is the main way to do http etc. I wo

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-08 Thread Guillermo Polito
Looks like http://www.squeaksource.com/StdbMysqlProtocol.html has more recent activity. I'll migrate that one now, It's MIT. I'll contact it's owner. On Thu, May 8, 2014 at 6:49 PM, Guillermo Polito wrote: > There is also > > http://www.squeaksource.com/MySQL.html > > what is the difference? > >

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-08 Thread Guillermo Polito
There is also http://www.squeaksource.com/MySQL.html what is the difference? I was planning to move this last one under DBXTalk On Wed, May 7, 2014 at 8:40 PM, p...@highoctane.be wrote: > I got it working on Pharo3 on Linux with MySQL 5.1 at the connectivity > level. > Le 7 mai 2014 20:30, "s

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread p...@highoctane.be
I got it working on Pharo3 on Linux with MySQL 5.1 at the connectivity level. Le 7 mai 2014 20:30, "stepharo" a écrit : > Do we migrate the code to SmalltalkHub and add some configuration? > I know that Olivier told me that he uses a direct mysql driver (or I > confused it with another one). > >

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread stepharo
Phil I think that it would be good to migrate the code to SmalltalkHub. Stef On 7/5/14 15:48, p...@highoctane.be wrote: On Wed, May 7, 2014 at 3:12 PM, Esteban A. Maringolo mailto:emaring...@gmail.com>> wrote: As far as I understand, you have to install DBXTalk in your image, and h

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread stepharo
Do we migrate the code to SmalltalkHub and add some configuration? I know that Olivier told me that he uses a direct mysql driver (or I confused it with another one). Stef On 7/5/14 15:26, Sven Van Caekenberghe wrote: Hi Andy, On 07 May 2014, at 15:09, Andy Burnett wrote: I need to write

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread p...@highoctane.be
On Wed, May 7, 2014 at 3:12 PM, Esteban A. Maringolo wrote: > As far as I understand, you have to install DBXTalk in your image, and > have the OpenDBX drivers available. There is no native option for MySQL, > nor a direct wrapper of MySQL client. > > http://dbxtalk.smallworks.com.ar/DBXTalkDriver

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread Mariano Martinez Peck
On Wed, May 7, 2014 at 10:09 AM, Andy Burnett < andy.burn...@knowinnovation.com> wrote: > I need to write some agents that will process data in a MySQL database. > They don't need to do anything particularly clever, and performance isn't > a huge issue. > If performance is not a huge issue, and

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread Sven Van Caekenberghe
Hi Andy, On 07 May 2014, at 15:09, Andy Burnett wrote: > I need to write some agents that will process data in a MySQL database. They > don't need to do anything particularly clever, and performance isn't a huge > issue. > > I read the threads about Glorp and DBXTalk, and I was left feeling

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread Mariano Martinez Peck
On Wed, May 7, 2014 at 10:12 AM, Esteban A. Maringolo wrote: > As far as I understand, you have to install DBXTalk in your image, and > have the OpenDBX drivers available. There is no native option for MySQL, > nor a direct wrapper of MySQL client. > > http://dbxtalk.smallworks.com.ar/DBXTalkDrive

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread Esteban A. Maringolo
As far as I understand, you have to install DBXTalk in your image, and have the OpenDBX drivers available. There is no native option for MySQL, nor a direct wrapper of MySQL client. http://dbxtalk.smallworks.com.ar/DBXTalkDrivers/ Regards! Esteban A. Maringolo 2014-05-07 10:09 GMT-03:00 Andy

[Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-07 Thread Andy Burnett
I need to write some agents that will process data in a MySQL database. They don't need to do anything particularly clever, and performance isn't a huge issue. I read the threads about Glorp and DBXTalk, and I was left feeling a bit confused about the best approach. Given that my needs are simpl