Re: [Pharo-users] MySQL Access

2015-03-22 Thread Merwan Ouddane
Hi, You can use the native mysql driver written in pharo :p http://smalltalkhub.com/#!/~DBXTalk/MysqlDriver/ Here is a bit of documentation: http://tribes19.github.io/MysqlNativeDriver.html Best regards, Merwan On 22/03/2015 11:48, olivier auverlot wrote: Hi Volkert, If you have no need of

Re: [Pharo-users] MySQL Access

2015-03-22 Thread olivier auverlot
Hi Volkert, If you have no need of portability, you can try the ODBC connector ( http://smalltalkhub.com/#!/~PharoExtras/ODBC) Best regards Olivier ;-) 2015-03-22 11:37 GMT+01:00 volkert : > Dear all, > > i need access to a MySQL DB from Pharo. What are my options here? Is > dbxtalk the way to

[Pharo-users] MySQL Access

2015-03-22 Thread volkert
Dear all, i need access to a MySQL DB from Pharo. What are my options here? Is dbxtalk the way to go? I would like to start with Pharo 4.0. OS is Windows 8.1. BW, Volkert