Hi All,
I am generating a ID to use as primary key in my table with the follwing 
code.

double regno = (double)System.currentTimeMillis() * Math.random();

I am getting the result in exponential form (5.797797409006919E11) .

But I do not want the result in exponential form, but like for eg 
something like 57977974090069.3219
is there a way out?

thanks
Bopanna


Power of Global Information Access...
.. Browser based RCS products.
-------------------------------------------------------------------------------------
 Visit us at http://www.rcssoft.com/ for an online DEMO of all our web based products.
 User ID and Password will be available on request.
 
 PAYMAN         - Payroll Management System
 TRAXX          - Asset Management and Tracking System
 eSHOP          - Online Information and Ordering System
 SALES STREAM   - Sales Force Automation
 CARE           - Call Management System
 DATA MINER     - Query Builder and Report Generator
 
 Please write to [EMAIL PROTECTED] or reply to this mail for further details.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to