[Pxlib-devel] pxlib 0.6.3: NULL value not recognized in PX_retrieve_record
Brought to you by:
steinm
From: PLAT D. <Did...@en...> - 2008-08-19 11:57:28
|
First, many thanks for the very useful library! I have a little problem with PX_retrieve_record. NULL value for fields of type "Number" are badly read. In fact, two lines are missing in paradox.c, between lines 2007 and 2008: line 2007 : dataptr[i]->value.dval = value; } else { dataptr[i]->isnull = 1; line 2008 : } -- Didier PLAT Laboratoire d'Economie des Transports (CNRS -ENTPE -Université Lumière) ENTPE-rue Maurice AUDIN-69518 VAULX-EN-VELIN CEDEX-FRANCE Fax +33 (0)4 72 04 70 92 Tel +33 (0)4 72 04 70 47 did...@en... http://www.entpe.fr/ http://www.let.fr/ |