[erlang-questions] odbc blob datatype
Juan Antonio Berrayarza Lanzó
jalanzo@REDACTED
Fri Jun 24 13:55:07 CEST 2011
Hi :
I'm trying to access a table in Mysql that has TEXT fields.
when i do a odbc:describe_table() i get
{"field_name",ODBC_UNSUPPORTED_TYPE}.
Reading documentation about erlang odbc, i see that TEXT fields should
be mapped to SQL_LONGVARCHAR.
Has anyone worked this out? how can i query tables with TEXT fields
using odbc and erlang ?
erlang : R14B02
odbc: 2.10.10
mysql: 4.1.49
odbc mysql driver : 5.1.8
Tx to all of you
More information about the erlang-questions
mailing list