Re: [Fwd: Re: [gnome-db]API reference]
- From: Cleber Rodrigues Rosa Junior <cleberrrjr bol com br>
- To: Rodrigo Moya <rodrigo gnome-db org>
- Cc: Andreas "J." Guelzow <aguelzow math concordia ab ca>, gnome-db-list gnome org
- Subject: Re: [Fwd: Re: [gnome-db]API reference]
- Date: 14 May 2001 06:14:31 -0300
> > >> hmm, it may be due to an unsupported data type. Coudl you tell us the types
> > >> of the fields in that table?
> > >
> > blob and tinyblob
> >
> Cleber, can you have a look at the MySQL provider to see how it's
> managing these data types? I think this can be the problem.
>
This is the snippet of code that might be causing this (it's in gda-mysql-connection.c, line 338):
case FIELD_TYPE_TINY_BLOB:
case FIELD_TYPE_MEDIUM_BLOB: return GDA_TypeVarbin;
case FIELD_TYPE_LONG_BLOB:
case FIELD_TYPE_BLOB: return GDA_TypeLongvarbin;
How should we deal with them? Should all TINY_BLOB return GDA_TypeVarbin
and LONG_BLOB return GDA_TypeLongvarbin ??? Or are new GDA types the
best solution?
Bye.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]