From: Bob D. <bd...@si...> - 2003-10-31 17:00:57
|
If you are getting 0's it means rlib could not resolve the field names.... send to the list your xml and (php/c) so I can take a look On Fri, 2003-10-31 at 09:07, Andrew Cotter wrote: > Hello again, > > I can output the example just fine. > > I have imported a bunch of other tables to test this on our actual data. > What I am getting is either an error message or 0's in any field type other > than varchar(x) or char(x). Field types I am trying this on include > tinyint(3) and int(11). > > One example - tbl_country.countryID is auto_increment, tinyint(3), not null > > Using some of the functions and here are the results > > ceil(countryID) result = 1 > abs(countryID) result = 0 > val(countryID) result = !ERR_F > > countryID with Format="'%d'" result = 0 > > Using MySQL 3.23 > simple query of "SELECT tbl_country.* FROM tbl_country" > > > Any thoughts? Think I am missing something pretty fundamental here....... > > > Andrew > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |