Página 1 de 1

QueryRow

Publicado: Mar Feb 09, 2010 10:30 am
por Pedro Sousa e Faro
Hi ,
After upgrading Xailer 1.9 to 2.0.9 i noticed that "ADO.queryRow" in recent
version , in case Not found the expression ,it returns an array with Len =0
.. I earlier version the array returned is NIL.
I must to redefine my code to change the test if arr=NIL to if len(arr)=0 .
Please confirm that this was changed
Best regards
Pedro Faro

QueryRow

Publicado: Mar Feb 09, 2010 1:00 pm
por ignacio
Pedro,
It was a bug on Xailer 1.9. Since that method on the rest of datasources always returns an array. Sorry for any inconvenience.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de noticias:4b7146f7$[email=3@svctag-j7w3v3j....]3@svctag-j7w3v3j....[/email]
> Hi ,
>
> After upgrading Xailer 1.9 to 2.0.9 i noticed that "ADO.queryRow" in recent
> version , in case Not found the expression ,it returns an array with Len =0
> . I earlier version the array returned is NIL.
>
> I must to redefine my code to change the test if arr=NIL to if len(arr)=0 .
>
> Please confirm that this was changed
>
> Best regards
> Pedro Faro
>
>
--

QueryRow

Publicado: Mar Feb 09, 2010 1:00 pm
por ignacio
Pedro,
It was a bug on Xailer 1.9. Since that method on the rest of datasources always returns an array. Sorry for any inconvenience.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de noticias:4b7146f7$[email=3@svctag-j7w3v3j....]3@svctag-j7w3v3j....[/email]
> Hi ,
>
> After upgrading Xailer 1.9 to 2.0.9 i noticed that "ADO.queryRow" in recent
> version , in case Not found the expression ,it returns an array with Len =0
> . I earlier version the array returned is NIL.
>
> I must to redefine my code to change the test if arr=NIL to if len(arr)=0 .
>
> Please confirm that this was changed
>
> Best regards
> Pedro Faro
>
>
--