运行程序时 出现
Uncaught exception java.lang.IllegalArgumentException.
在程序中 去rs=RecordStore.openRecordStore("phb",true);这一句 不会出现!
不知道是为什么?
------解决方法--------------------------------------------------------
java.lang.IllegalArgumentException
参数非法
------解决方法--------------------------------------------------------
没遇到过.
是所有的机型还是只某些机型出现.还是在模拟器上出现?
------解决方法--------------------------------------------------------
public static RecordStore openRecordStore(String recordStoreName,
boolean createIfNecessary)
IllegalArgumentException - if recordStoreName is invalid
如果recordStoreName 随时都有可能出错的话,你可以try{} catch{} 来增强程序健壮性