[erlang-questions] odbc blob datatype

Juan Antonio Berrayarza Lanzó jalanzo@REDACTED
Tue Jun 28 13:12:45 CEST 2011


Buenos dias Juan :

Gracias por la info, pero con Varchar funciona correctamente.

Estoy mirando una respuesta que me envio Ingela Andin en la que me
indica que efectivamente SQL_WLONGVARCHAR no está soportado actualmente,
pero que están trabajando en un parche para soportarlo.

De nuevo, gracias por la info.

Un saludo

----------------

Hi Juan :

Thanks for the info, but SQL_VARCHAR works fine.

I'm looking out a response sent by Ingela Andin, where she tell's me
that SQL_WLONGVARCHAR is actually UNSUPPORTED but they are working on a
path to supported.

Tx again for the info

Greetings.

El mar, 28-06-2011 a las 12:41 +0200, Juan Puig escribió:
> Hola Juan Antonio,
>
> Te puedo decir que VARCHAR se mapea correctamente a SQL_VARCHAR (postgres),
>
> 8> odbc:describe_table(C2, "t_proxy_info").
> {ok,[{"proxy_info_id",{sql_numeric,16,0}},
>      {"proxy",{sql_varchar,75}},
>      {"proxy_supp",{sql_varchar,50}},
>      {"proxy_type_id",{sql_numeric,16,0}},
>      {"party_id",{sql_numeric,16,0}},
>      {"valid_from",sql_timestamp},
>      {"valid_to",sql_timestamp}]}
>
> Has probado VARCHAR por un momento para descartar?
>
> Juan Puig
> Erlang Solutions Ltd - London
> www.erlang-solutions.com
>
> ----- "Juan Antonio Berrayarza Lanzó" <jalanzo@REDACTED> wrote:
>
> > 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
> >
> >
> >
> >
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions







More information about the erlang-questions mailing list