Re: [opendbx] Problems compiling opendbx on windows with latestMinGW and msys

2011-08-15 Thread Alain Rastoul
Hi, Just to let you know that I finally solved this problem adding LDFLAGS = -lintl to the sqlite3 backend makefile of opendbx I think a better way to do this would be to add it somwhere in the configure script. Cheers Alain Alain Rastoul alr@free.fr a écrit dans le message de news:

Re: [opendbx] [Pharo-users] DBXTypeNotSupoorted with Glorp

2011-08-15 Thread Mariano Martinez Peck
On Mon, Aug 15, 2011 at 9:59 PM, Alain Rastoul alr@free.fr wrote: ** Hi, I finally found that when called in C with the same api calls that those made by opendbx, sqlite correctly returns datatype of columns when fetching rows, the problem is clearly that the data type is stored in

Re: [opendbx] [Pharo-users] DBXTypeNotSupoorted with Glorp

2011-08-15 Thread Mariano Martinez Peck
And here: http://www.linuxnetworks.de/doc/index.php/OpenDBX/C_API/Usage I can read: Processing results After fetching a row, all values of this row are available for further processing, as well as their name, length and type - but the name and the type of a column won't change. Also the