Hi
I am using SQL sever CE 3.1. I have created database and some table in this.after making connection iI have to nsert data into table .and i want to display table data into my Listview as a userinterface
I have to use INSERT INTO ITEM VALUES( )
AND
SELECT * FROM ITEM.
but i dont know where to use this statement
I am using vc++ and OLE DB
I am also taking help from northwind sample.
thanx