Re: [Maria-discuss] Issues using the connect engine with ODBC on Linux

2013-10-15 Thread Alexander Barkov
Hi Eric, Which version of MariaDB, distribution (source or binary) and operating system are you using? On 10/14/2013 11:30 PM, eric hernandez wrote: Hi, I am trying to use the "Connect" engine to read data from Microsoft SQL Server 2008 R2 from a linux based MariaDB instance. I am getting the

Re: [Maria-discuss] Issues using the connect engine with ODBC on Linux

2013-10-14 Thread Colin Charles
On 15 Oct 2013, at 03:30, eric hernandez wrote: > So odbc is installed and working properly on the linux box. Do you have any > advice on how to get past this error? > > It might have been a build error if you use the tarball of MariaDB 10.0.4 as opposed to the RPM. See: https://ma

[Maria-discuss] Issues using the connect engine with ODBC on Linux

2013-10-14 Thread eric hernandez
Hi, I am trying to use the "Connect" engine to read data from Microsoft SQL Server 2008 R2 from a linux based MariaDB instance. I am getting the following error. create table tablea ( -> id bigint(20) NOT NULL, ) -> engine=connect table_type=ODBC -> block_size=10 -> tabn