Hello All,

Thanks for the help so far. I now have my app talking to an SQL CE database and I am able to insert data and confirm the data is in the table.

Presently I am using a simple while loop to go thru all the contents of the database and display the integers to the device screen. This results in a MsgBox being displayed seperately for each value.

What is the easiest way to display to the screen the contents of the database all at once? I am not too worried about displaying distinct rows or columns yet, if somebody could provide a way to "SELECT * FROM MyDB" and display it to the screen on one screen I can figure the rest out form there.

Thanks guys - Appreciate it...