ODBCDriver

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

ODBCDriver

eftomi
I just found this marvel: https://github.com/apiorno/ODBCDriver.

But when I try to 

| con |
con := ODBCConnection dsn:'myDSN' user:'usr' password:'pwd'.

it responds with an error "Instance of ODBCLibrary class did not understand #sqlAllocEnv":


running on Win 10 and Pharo 7.0.3.  I'd appreciate any help.

Best wishes,
Tomaz


Reply | Threaded
Open this post in threaded view
|

Re: ODBCDriver

Julián Maestri-2
As far as I know, he just started porting it to Pharo 7.

On Sun, Jun 2, 2019, 13:51 Tomaž Turk <[hidden email]> wrote:
I just found this marvel: https://github.com/apiorno/ODBCDriver.

But when I try to 

| con |
con := ODBCConnection dsn:'myDSN' user:'usr' password:'pwd'.

it responds with an error "Instance of ODBCLibrary class did not understand #sqlAllocEnv":


running on Win 10 and Pharo 7.0.3.  I'd appreciate any help.

Best wishes,
Tomaz



v1mkuauh.png (64K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ODBCDriver

eftomi
I see - thanks!

Best wishes,
Tomaz 

------ Original Message ------
From: "Julián Maestri" <[hidden email]>
To: "Tomaž Turk" <[hidden email]>; "Any question about pharo is welcome" <[hidden email]>
Sent: 3.6.2019 16:03:25
Subject: Re: [Pharo-users] ODBCDriver

As far as I know, he just started porting it to Pharo 7.

On Sun, Jun 2, 2019, 13:51 Tomaž Turk <[hidden email]> wrote:
I just found this marvel: https://github.com/apiorno/ODBCDriver.

But when I try to 

| con |
con := ODBCConnection dsn:'myDSN' user:'usr' password:'pwd'.

it responds with an error "Instance of ODBCLibrary class did not understand #sqlAllocEnv":


running on Win 10 and Pharo 7.0.3.  I'd appreciate any help.

Best wishes,
Tomaz