[SqueakDBX] Problems at first go on SqueakDBX

Mariano Martinez Peck marianopeck at gmail.com
Sat Sep 26 20:48:34 UTC 2009


>
> Yes. Now I want to understand: You must have:
>
> - libmysqlbackend-1.dll AND libmysqlbackend.dll
> - libopendbx-1.dll
> - MySQL client libraries  (in my case: C:\MySQL\bin\ )
>
> All of them must be findable by the OS: I won't tell you to put it in
> c:/windows/system32 or in $PATH, but do something :)
>
> Enable logging.
>
> So, after having all of that, what happens if you evaluate:
>
> connectionSettings := DBXConnectionSettings
>             host: 'ALDI_1'
>             port: '3306'
>             database: 'Pruefzeiten'
>             userName: 'readonly'
>             userPassword: '****'.
>
> conn := DBXConnection platform: DBXMySQLPlatform new settings:
> connectionSettings.
>
> conn connect.
> conn open.
>
>
> debug2.png ???
>
>
>

If this is what you get, please send me the SqueakDebug.log so that I can
see all the stacktrace.

cheers,

Mariano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeakdbx/attachments/20090926/1f9dcbcc/attachment.htm


More information about the SqueakDBX mailing list