[erlang-questions] SQLite ODBC

maruthavanan s maruthavanan_s@REDACTED
Thu Jun 3 19:29:31 CEST 2010


Hi,

Thanks a lot for the info. I could not get this get work for windows. I could not build the priv directory. Where can I find this exe?

Regards,
Marutha

> Date: Mon, 26 Apr 2010 21:57:57 +0200
> From: ingela.andin@REDACTED
> To: rtrlists@REDACTED
> CC: maruthavanan_s@REDACTED; erlang-questions@REDACTED
> Subject: Re: [erlang-questions] SQLite ODBC
> 
> 2010/4/26 Robert Raschke <rtrlists@REDACTED>:
> > On Mon, Apr 26, 2010 at 12:44 PM, maruthavanan s <maruthavanan_s@REDACTED
> >> wrote:
> >
> >>
> >> Hi,
> >>
> >> I want to connect SQLite to ODBC drivers. Is this possible with latest
> >> version?
> >>
> >> I was able to successfully connection but when I try to get the columns I
> >> fail with "no column supported" error.
> >>
> >> Thanks,
> >> Marutha
> >>
> >
> >
> > The  Erlang ODBC lib does not currently support Unicode. You will need to
> > convert Unicode columns as part of your query. For example, by using ODBC
> > conversion functions:
> > SELECT {fn CONVERT(unicode_column, SQL_VARCHAR)} "char_column" FROM table
> 
> There will be some unicode support in the upcoming release, now
> available in github if you are interested.
> 
> Regards Ingela, Erlang OTP team, Ericsson AB
> 
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
> 
 		 	   		  


More information about the erlang-questions mailing list