Oh sorry, been in the java world too "long". I beleive that php uses Float; instead of double or long.
-TH --- In [email protected], Blair Cox <[EMAIL PROTECTED]> wrote: > > Ha, too funny ;) I thought it was a simple matter of changing the script. It > is set to Number on the flex side and int of the php. Sorry, did you say to > set it to long¹? (or is that log?) I¹ll look up the options within php, but > I¹m not familiar with this one. > > Cheers! Thanks for the assistance. > > -- > Blair > > > > > From: Tim Hoff <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > Date: Thu, 07 Aug 2008 20:26:02 -0000 > To: <[email protected]> > Subject: [flexcoders] Re: Using Create App from DB - Saving decimal number > 123.123?? > > > > > > No, you're stuck using just int for the rest of your programming > existence. Ha, just kidding. :) Just change it to a long on the php > side. And change it to a Number on the flex side. > > -TH > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> , > "cox.blair" <blair.cox@> wrote: > > > > I'm using the Create Application from database for testing and I'm > > just wondering on earth it appears to only update whole numbers to the > > table? It will not pass a decimal number to the database? I see in the > > php 'int', can I change this to allow it to store 123.123 instead? > > > > Really, whole numbers are pretty useless, I must be missing something, > > right? > > > > Thanks, > > >

