Hello All,
I have manage to put together an application and then added a database (SQL Mobile). I have performed hours of searching without finding an answer to the following: Is it possible somebody could post the following:

If my database is called "Person" and has a 'name' column and an 'age' column, how do I do the following:

INSERT a name

INSERT an age

DISPLAY all in the name columen where and age > 30

DELETE a name

DELETE an age

Also, do I need to add any kind of 'include' to allow access to my database from the main form?

Using VB 2008.

Thanks much, magohn