[V4RB2] ORDER BY ?
    Thierry Nauze 
    ohmitou at wanadoo.fr
       
    Mon Apr 11 14:55:48 CDT 2005
    
    
  
Hello,
I am adapting my program for V4RB2.
With V4RB1, 
curseur=db.SQLselect("SELECT id FROM individus WHERE id>0 ORDER BY
nom,prenoms")
returns the good cursor.
With V4RB2, it returnsa nil cursor.
To obtain the good cursor, it is necessary to write:
curseur=db.SQLselect("SELECT id,nom,prenoms FROM individus WHERE id>0
ORDER BY nom,prenoms")
Is it deliberate or is it a bug?
Regards,
-- 
Thierry Nauze               Saint-Denis de la Réunion
    
    
More information about the Valentina
mailing list