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], "cox.blair" <[EMAIL PROTECTED]> 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, >

