SQL CE in C++ for windows CE device using standard SDK
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am new to this embedded coding and i need to connect to the SQL CE database for windows CE database. i am using standard SDK in visual studio 2005 environment. when i use DBPROPSET it is showing C2065 undeclared error. The same error is coming for the other structures also. could any one help me in connecting to the database ( SQL CE ) and access the database for inserting and retrieving. a sample code snippet would be helpful. Thanks in Advance.