Click here to Skip to main content
15,883,793 members
Articles / Mobile Apps / Windows Mobile

Accessing MS SQL Server CE v1.0/v2.0 without ADO

Rate me:
Please Sign up or sign in to vote.
4.53/5 (17 votes)
2 Mar 2003CPOL3 min read 371.5K   840   43  
Add, edit, and delete records/table/database in MS SQL Server CE v1.0/v2.0.
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by MySqlCe.rc
//
#define IDB_BITMAP1                     218
#define IDI_ICON1                       10001
#define IDR_MAINMENU                    10002
#define IDR_TOOLBAR                     10003
#define IDB_BUTTON1                     10004
#define IDB_BUTTON2                     10005
#define IDB_BUTTON3                     10006
#define IDB_BUTTON4                     10007
#define IDB_BUTTON5                     10008
#define IDB_BUTTON6                     10009
#define IDB_BUTTON7                     10010
#define IDB_BUTTON8                     10011
#define IDB_BUTTON9                     10012
#define IDC_EDIT1                       10014
#define IDC_EDIT2                       10015
#define IDC_TAB1                        10016
#define IDC_LIST1						10017
#define IDD_DIALOG1                     10018
#define IDD_DIALOG2                     10019
#define IDD_DIALOG3                     10020
#define IDC_BUTTON1                     10021
#define IDC_BUTTON2                     10022
#define IDC_BUTTON3                     10023

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        220
#define _APS_NEXT_COMMAND_VALUE         40047
#define _APS_NEXT_CONTROL_VALUE         1160
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Australia Australia
Passion to be a software architect and solution researcher in enterprise solutions by simplify and unify the existing complex manual paper works into an automated environment friendly, comprehensive and dynamic workflow process system.

Comments and Discussions