it is saying it is of type: sql_integer <br>Thanks,<br><font color="#888888">Jed.</font><br><br><div class="gmail_quote">On Thu, Jan 8, 2009 at 3:16 AM, Ingela Anderton Andin <span dir="ltr"><<a href="mailto:ingela@erix.ericsson.se">ingela@erix.ericsson.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi!<br>
<br>
What erlang odbc will return depends on which SQL-DATATYPE that the<br>
driver you use claims it to be.<br>
You can use odbc:describe_table/[2,3] to find out what type will be<br>
returned. When we know that maybe<br>
we can derive if the erlang-odbc port program needs an update or not.<br>
<br>
Regards Ingela Erlang/OTP - Ericsson<br>
<br>
> Hi,I'm trying to port my erlang app to linux. It works fine on windows but I'm<br>
> having trouble with odbc on linux. Basically anytime I do something like<br>
> this:<br>
><br>
> SQL="Select BigInt from Table",<br>
> odbc:sql_query(DBRef, SQL).<br>
><br>
> If BigInt is over 2147483647 it will just return 2147483647.<br>
><br>
> in mysql BigInt is of type: int(10) unsigned<br>
> it works fine from isql<br>
> I'm using odbc-2.10.2<br>
><br>
> Is this a known problem? Any ideas how to fix?<br>
> Thanks for any help,<br>
> Jed.<br>
><br>
><br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>