MySQL Access

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

MySQL Access

volkert-2
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



Reply | Threaded
Open this post in threaded view
|

Re: MySQL Access

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 <[hidden email]>:
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




Reply | Threaded
Open this post in threaded view
|

Re: MySQL Access

MerwanOuddane
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 portability, you can try the ODBC connector (http://smalltalkhub.com/#!/~PharoExtras/ODBC)

Best regards
Olivier ;-)

2015-03-22 11:37 GMT+01:00 volkert <[hidden email]>:
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