Re: [firebird-support] ODBC driver with SQLLEN equal to 8

2020-02-03 Thread Daniel Wenzel danielwenz...@hotmail.com [firebird-support]
It worked!!! after almost a week working on that.. I builded from source and somehow SQLLEN appear to be equal to 8 bytes now Thank you all for support On 31/01/2020 10:42, Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] wrote: > 31.01.2020 14:06, Daniel Wenzel

Re: [firebird-support] ODBC driver with SQLLEN equal to 8

2020-01-31 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
31.01.2020 14:42, Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] wrote: > You must build it first: > > cd Builds/Gcc.lin > make -f makefile.linux And "make -f makefile.linux install" then. -- WBR, SD.

Re: [firebird-support] ODBC driver with SQLLEN equal to 8

2020-01-31 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
31.01.2020 14:06, Daniel Wenzel danielwenz...@hotmail.com [firebird-support] wrote: > I downloaded the source code (OdbcJdbc-src-2.0.5.156.tar.gz), from Firebird > ODBC page You'd better get it from github: https://github.com/FirebirdSQL/firebird-odbc-driver > I run install script You

Re: [firebird-support] ODBC driver with SQLLEN equal to 8

2020-01-31 Thread Daniel Wenzel danielwenz...@hotmail.com [firebird-support]
I downloaded the source code (OdbcJdbc-src-2.0.5.156.tar.gz ), from Firebird ODBC page, but as soon as I run install script it returns error: Untarring OdbcJdbcLibs.tar

Re: [firebird-support] ODBC driver with SQLLEN equal to 8

2020-01-30 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2020-01-30 16:02, Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] wrote: > 27.01.2020 19:23, Daniel Wenzel danielwenz...@hotmail.com > [firebird-support] wrote: >> So my question is, there's a way of modifying SQLLEN of Firebird ODBC >> driver to match >> unixODBC configuration? > >

Re: [firebird-support] ODBC driver with SQLLEN equal to 8

2020-01-30 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
27.01.2020 19:23, Daniel Wenzel danielwenz...@hotmail.com [firebird-support] wrote: > So my question is, there's a way of modifying SQLLEN of Firebird ODBC driver > to match > unixODBC configuration? I would suggest to build it from sources in your environment. It looks like distributed

[firebird-support] ODBC driver with SQLLEN equal to 8

2020-01-27 Thread Daniel Wenzel danielwenz...@hotmail.com [firebird-support]
Hello, I have a problem while trying to connect R-code to Firebird database: In a Ubuntu 18.04 (64-bit OS) system, when I download and install 64-bit versions of Firebird server, Firebird ODBC driver and unixODBC, it seems that the Odbc driver comes with SQLLEN = 4, while unixODBC (64 bits)