Hi, I need example read whole DataBase

HiI have component table and field type checkbox.I need example. Click in the button and read the whole Databasein the VWPThank's
[165 byte] By [jg1234a] at [2007-11-27 5:06:43]
# 1
I have code, buts not read last record sociosDataProvider1.cursorFirst(); while(sociosDataProvider1.cursorNext()) { /// };
jg1234a at 2007-7-12 10:25:34 > top of Java-index,Development Tools,Java Tools...
# 2
Did I solve is correct? if (sociosDataProvider1.cursorFirst()){//}while (sociosDataProvider1.cursorNext()){//};
jg1234a at 2007-7-12 10:25:34 > top of Java-index,Development Tools,Java Tools...
# 3
As far as I can tell the code above in your second post should work to iterate through your dataprovider from the beginning.I've found that sometimes my statements for my providers can be the cause of my program not displaying the right information.
altairboba at 2007-7-12 10:25:34 > top of Java-index,Development Tools,Java Tools...