Gofer it
smalltalkhubUser: 'DBXTalk' project: 'Configurations';
configurationOf 'OpenDBXDriver';
loadStable.
libsybdb-5.dll
| conn connectionSettings |
connectionSettings := (DBXConnectionSettings
host: 'localhost'
port: '1433'
database: 'dbxtest'
userName: 'sa'
userPassword: '123').
conn := DBXConnection platform: DBXMSSQLBackend new settings: connectionSettings.
conn connect.
conn open.
yeah��� I told you that dbxtalk site information is outdated (and never find the time to update)
you need to look here:
http://smalltalkhub.com/#!/~DBXTalk/Configurations
(or in the configuration browser)
cheers,
Esteban
On 19 Sep 2014, at 08:00, Stephan Eggermont <stephan@stack.nl> wrote:
> Sebastian, that doesn't look like the correct one
> DBXTalk is on smalltalkhub
>
> https://ci.inria.fr/dbxtalk/
>
> Stephan
>