Hi,<br>I'm trying to port my erlang app to linux. It works fine on windows but I'm having trouble with odbc on linux. Basically anytime I do something like 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>