I am using netbeans 6.5 version and kuix 1.1.0 version.But Kuix 1.1.0 does not support float daatype in rms(Record Management System) .Anyone can help in the matter...
You're probably compiling for CLDC-1.0 devices (support for floats was introduced in CLDC-1.1). In NetBeans go to "File" > "Project Properties" > "Platform" and then ensure "Device Configuration" is set to "CLDC-1.1".