Hi Stef

Gofer new
�� squeaksource: 'ODBC';
�� package: 'ConfigurationOfODBC'; load.
�� (Smalltalk at: #ConfigurationOfODBC) load.

When I execute the code above I got an exception doesNotUnderstand: #selector in RBParser>>externalFunctionDeclaration. Looks like currentScope variable is not defined.
Also if I install ODBC from the catalog it also fails.

Andrei


On Fri, Dec 22, 2017 at 2:19 AM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi andrei

First welcome to this list.
Second can you explain to us what is the experience that you did so
that you can state that ODBC is broken in Pharo 6.1?

Stef

On Thu, Dec 21, 2017 at 11:48 PM, Andrei Stebakov <lispercat@gmail.com> wrote:
> Looks like ODBC is broken in Pharo 6.1.
> What's the best way to get access to DB2 in Pharo?
>
>