No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: [B]null[/B] value represents the empty list [code] if(Relate(names Student) == null) //empty list else //not empty [/code] | |
I'm making a midlet that incorporates a database system with relatively large records (~10,000 patient records/health info system on an [B]EAV[/B] entity-attribute-value model). I suppose [B]RMS[/B] cannot do or "is not fit" for this job. (at least, efficiently) Can i use the [B]OpenBaseMovil[/B] for this purpose? or [B]Perst Lite[/B], [B]SQLite[/B] … | |
Re: [QUOTE=Naween;668251]Does java has toString function? eg : txtamt.setText(toString(num)); But it doesn't work. Plz give me the right method.[/QUOTE] Yes it has, but for Integer OBJECTS only and not for integer primitive data type. You can wrap the integer into an Integer object, but for your example the easiest way, I … | |
Please help... I'm new to this topic. What is the best (are the good) SMS Java APIs available? (A SMS Java API that is comprehensive and/or easy to understand/integrate.) Is the SMSlib / smslib.org ok to use? (I'm trying to make a very simple program/connection between my pc/Windows XP to … |
The End.