[Pharo-users] ODBCDriver adapted to uFFI

2021-05-13 Thread Tomaž Turk
Dear all, I solved a couple of issues in https://github.com/apiorno/ODBCDriver. Until Alvaro finds the time to check the proposed PR, you can play with my clone: https://github.com/eftomi/ODBCDriver. A simple example of connecting to the data source is in ODBC-Tests. It connects and returns

Re: [Pharo-users] ODBCDriver

2019-06-03 Thread Tomaž Turk
I see - thanks! Best wishes, Tomaz -- Original Message -- From: "Julián Maestri" To: "Tomaž Turk" ; "Any question about pharo is welcome" Sent: 3.6.2019 16:03:25 Subject: Re: [Pharo-users] ODBCDriver As far as I know, he just started porting it to Pha

Re: [Pharo-users] ODBCDriver

2019-06-03 Thread Julián Maestri
As far as I know, he just started porting it to Pharo 7. On Sun, Jun 2, 2019, 13:51 Tomaž Turk 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

[Pharo-users] ODBCDriver

2019-06-02 Thread Tomaž Turk
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