<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>I somehow succedded by doing something to get the sqlite_port.exe but I get a run time error.<br><br>What I did is created a library file using sqlite3.def and sqlite3.dll. Then linked the priv directory so that all ei and erl_interface libraries are included. <br><br>But finally I could not succeed. Can any one help me to find this where I am doing wrong? I have attached the file as exe1 instead of exe for security reasons.<br><br>Thanks,<br>Marutha<br><br>> From: maruthavanan_s@hotmail.com<br>> To: ingela.andin@gmail.com; rtrlists@googlemail.com<br>> CC: erlang-questions@erlang.org<br>> Date: Thu, 3 Jun 2010 13:29:31 -0400<br>> Subject: RE: [erlang-questions] SQLite ODBC<br>> <br>> <br>> Hi,<br>> <br>> 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?<br>> <br>> Regards,<br>> Marutha<br>> <br>> > Date: Mon, 26 Apr 2010 21:57:57 +0200<br>> > From: ingela.andin@gmail.com<br>> > To: rtrlists@googlemail.com<br>> > CC: maruthavanan_s@hotmail.com; erlang-questions@erlang.org<br>> > Subject: Re: [erlang-questions] SQLite ODBC<br>> > <br>> > 2010/4/26 Robert Raschke <rtrlists@googlemail.com>:<br>> > > On Mon, Apr 26, 2010 at 12:44 PM, maruthavanan s <maruthavanan_s@hotmail.com<br>> > >> wrote:<br>> > ><br>> > >><br>> > >> Hi,<br>> > >><br>> > >> I want to connect SQLite to ODBC drivers. Is this possible with latest<br>> > >> version?<br>> > >><br>> > >> I was able to successfully connection but when I try to get the columns I<br>> > >> fail with "no column supported" error.<br>> > >><br>> > >> Thanks,<br>> > >> Marutha<br>> > >><br>> > ><br>> > ><br>> > > The  Erlang ODBC lib does not currently support Unicode. You will need to<br>> > > convert Unicode columns as part of your query. For example, by using ODBC<br>> > > conversion functions:<br>> > > SELECT {fn CONVERT(unicode_column, SQL_VARCHAR)} "char_column" FROM table<br>> > <br>> > There will be some unicode support in the upcoming release, now<br>> > available in github if you are interested.<br>> > <br>> > Regards Ingela, Erlang OTP team, Ericsson AB<br>> > <br>> > ________________________________________________________________<br>> > erlang-questions (at) erlang.org mailing list.<br>> > See http://www.erlang.org/faq.html<br>> > To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org<br>> > <br>>                                          <br>                                      </body>
</html>