Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pharo Smalltalk and mySql

I am looking for someone who knows how to interface Pharo Smalltalk and mySql. I just want to do the basic things like "select * from names" and then read the result into Pharo.

Does anyone know anything about this? If you have a screen video that would be super and I would buy you a beer.

like image 302
shoeless joe Avatar asked Aug 06 '12 17:08

shoeless joe


2 Answers

Check out DBXTalk. Mariano Peck gave a presentation on it at ESUG 2011. Here's the abstract and video. I'll take a Blue Moon, please ;-)

like image 149
Sean DeNigris Avatar answered Sep 27 '22 18:09

Sean DeNigris


And what do I get? ;) Now, really, let us know if you have any problem. There are more videos ans slides in: http://dbxtalk.smallworks.com.ar/media/.

Your scenario is pretty simple. You will need to install the MySQL client library and OpenDBX library. If it is in linux it is easy to install and compile. In windows, you can get directly the dlls. Check because all info should be in the website.

like image 43
Mariano Martinez Peck Avatar answered Sep 27 '22 19:09

Mariano Martinez Peck