Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9230855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:55:16+00:00 2026-06-18T05:55:16+00:00

I start programing on Windows Mobile 6.5. I install VS2008, SDK 6.0 and DTK

  • 0

I start programing on Windows Mobile 6.5.
I install VS2008, SDK 6.0 and DTK 6.5.3. Create project (WM 6.0, .NET 3.5) and the is no using System.Data.SqlClient. I System.Data only is Common, SqlTypes.
References are included by creator.

SqlCommand comm = new SqlCommand(sSQL, new SqlConnection(sConn));
Cannot resolve symbol ‘SqlCommand’

Did I miss something? How to connect Sql Server from device? Many examples on internet include this methods.

I have also installed .NET 4.0, 4.5 and VS 2012.

No SqlClient reference
No resolve option
.NEt 3.5 desktop WinForm

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:55:17+00:00Added an answer on June 18, 2026 at 5:55 am

    although I dont know what TDK is, you need to download and install sql server ce/compact separately to get the SQLClientCE etc objects:

    Windows Desktop

    Windows Mobile

    FOR WINDOWS MOBILE USE INSTALL THE SECOND LINK DOWNLOAD!

    Be aware that Windos Mobile 6.5 apps can not be developed with .NET 4 or VS 2012 or VS 2010. Windows Mobile / Embeddded Handheld Programming is only supported up to VS 2008!

    After the installation of Sql Server Compact for Mobile, you have a new programs dir “C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5” (see also attached slq_server_compact35_files.txt).

    Folder PATH listing
    Volume serial number is 00000200 7803:48E6
    C:.
    |   EULA_EN.rtf
    |   EULA_ENU.rtf
    |   ReadmeSSCE35_ENU.htm
    |   REDIST_ENU.TXT
    |   sqlceca35.dll
    |   sqlcecompact35.dll
    |   sqlceer35EN.dll
    |   sqlceme35.dll
    |   sqlceoledb35.dll
    |   sqlceqp35.dll
    |   sqlcese35.dll
    |   System.Data.SqlServerCe.Entity.dll
    |   
    +---Desktop
    |   |   System.Data.SqlServerCe.dll
    |   |   
    |   \---EN
    |           System.Data.SqlServerCe.xml
    |           
    +---Devices
    |   |   EULA_ENU.rtf
    |   |   System.Data.SqlServerCe.dll
    |   |   
    |   +---Client
    |   |   |   System.Data.SqlClient.dll
    |   |   |   
    |   |   +---EN
    |   |   |       System.Data.SqlClient.xml
    |   |   |       
    |   |   +---wce400
    |   |   |   \---armv4
    |   |   |           dbnetlib.dll
    |   |   |           sql.dev.ENU.ppc.wce4.armv4.CAB
    |   |   |           sql.ppc.wce4.armv4.CAB
    |   |   |           
    |   |   \---wce500
    |   |       +---armv4i
    |   |       |       dbnetlib.dll
    |   |       |       sql.dev.ENU.phone.wce5.armv4i.CAB
    |   |       |       sql.dev.ENU.ppc.wce5.armv4i.CAB
    |   |       |       sql.dev.ENU.wce5.armv4i.CAB
    |   |       |       sql.phone.wce5.armv4i.CAB
    |   |       |       sql.ppc.wce5.armv4i.CAB
    |   |       |       sql.wce5.armv4i.CAB
    |   |       |       
    |   |       +---mipsii
    |   |       |       dbnetlib.dll
    |   |       |       sql.dev.ENU.wce5.mipsii.CAB
    |   |       |       sql.wce5.mipsii.CAB
    |   |       |       
    |   |       +---mipsii_fp
    |   |       |       dbnetlib.dll
    |   |       |       sql.dev.ENU.wce5.mipsii_fp.CAB
    |   |       |       sql.wce5.mipsii_fp.CAB
    |   |       |       
    |   |       +---mipsiv
    |   |       |       dbnetlib.dll
    |   |       |       sql.dev.ENU.wce5.mipsiv.CAB
    |   |       |       sql.wce5.mipsiv.CAB
    |   |       |       
    |   |       +---mipsiv_fp
    |   |       |       dbnetlib.dll
    |   |       |       sql.dev.ENU.wce5.mipsiv_fp.CAB
    |   |       |       sql.wce5.mipsiv_fp.CAB
    |   |       |       
    |   |       +---sh4
    |   |       |       dbnetlib.dll
    |   |       |       sql.dev.ENU.wce5.sh4.CAB
    |   |       |       sql.wce5.sh4.CAB
    |   |       |       
    |   |       \---x86
    |   |               dbnetlib.dll
    |   |               sql.dev.ENU.wce5.x86.CAB
    |   |               sql.wce5.x86.CAB
    |   |               
    |   +---EN
    |   |       System.Data.SqlServerCe.xml
    |   |       
    |   +---wce400
    |   |   \---armv4
    |   |           sqlce.dev.ENU.ppc.wce4.armv4.CAB
    |   |           sqlce.ppc.wce4.armv4.CAB
    |   |           sqlce.repl.ppc.wce4.armv4.CAB
    |   |           sqlceca35.dll
    |   |           sqlcecompact35.dll
    |   |           sqlceer35EN.dll
    |   |           sqlceme35.dll
    |   |           sqlceoledb35.dll
    |   |           sqlceqp35.dll
    |   |           sqlcese35.dll
    |   |           upgrade.exe
    |   |           
    |   \---wce500
    |       +---armv4i
    |       |       sqlce.dev.ENU.phone.wce5.armv4i.CAB
    |       |       sqlce.dev.ENU.ppc.wce5.armv4i.CAB
    |       |       sqlce.dev.ENU.wce5.armv4i.CAB
    |       |       sqlce.phone.wce5.armv4i.CAB
    |       |       sqlce.ppc.wce5.armv4i.CAB
    |       |       sqlce.repl.phone.wce5.armv4i.CAB
    |       |       sqlce.repl.ppc.wce5.armv4i.CAB
    |       |       sqlce.repl.wce5.armv4i.CAB
    |       |       sqlce.wce5.armv4i.CAB
    |       |       sqlceca35.dll
    |       |       sqlcecompact35.dll
    |       |       sqlceer35EN.dll
    |       |       sqlceme35.dll
    |       |       sqlceoledb35.dll
    |       |       sqlceqp35.dll
    |       |       sqlcese35.dll
    |       |       upgrade.exe
    |       |       
    |       +---mipsii
    |       |       sqlce.dev.ENU.wce5.mipsii.CAB
    |       |       sqlce.repl.wce5.mipsii.CAB
    |       |       sqlce.wce5.mipsii.CAB
    |       |       sqlceca35.dll
    |       |       sqlcecompact35.dll
    |       |       sqlceer35EN.dll
    |       |       sqlceme35.dll
    |       |       sqlceoledb35.dll
    |       |       sqlceqp35.dll
    |       |       sqlcese35.dll
    |       |       upgrade.exe
    |       |       
    |       +---mipsii_fp
    |       |       sqlce.dev.ENU.wce5.mipsii_fp.CAB
    |       |       sqlce.repl.wce5.mipsii_fp.CAB
    |       |       sqlce.wce5.mipsii_fp.CAB
    |       |       sqlceca35.dll
    |       |       sqlcecompact35.dll
    |       |       sqlceer35EN.dll
    |       |       sqlceme35.dll
    |       |       sqlceoledb35.dll
    |       |       sqlceqp35.dll
    |       |       sqlcese35.dll
    |       |       upgrade.exe
    |       |       
    |       +---mipsiv
    |       |       sqlce.dev.ENU.wce5.mipsiv.CAB
    |       |       sqlce.repl.wce5.mipsiv.CAB
    |       |       sqlce.wce5.mipsiv.CAB
    |       |       sqlceca35.dll
    |       |       sqlcecompact35.dll
    |       |       sqlceer35EN.dll
    |       |       sqlceme35.dll
    |       |       sqlceoledb35.dll
    |       |       sqlceqp35.dll
    |       |       sqlcese35.dll
    |       |       upgrade.exe
    |       |       
    |       +---mipsiv_fp
    |       |       sqlce.dev.ENU.wce5.mipsiv_fp.CAB
    |       |       sqlce.repl.wce5.mipsiv_fp.CAB
    |       |       sqlce.wce5.mipsiv_fp.CAB
    |       |       sqlceca35.dll
    |       |       sqlcecompact35.dll
    |       |       sqlceer35EN.dll
    |       |       sqlceme35.dll
    |       |       sqlceoledb35.dll
    |       |       sqlceqp35.dll
    |       |       sqlcese35.dll
    |       |       upgrade.exe
    |       |       
    |       +---sh4
    |       |       sqlce.dev.ENU.wce5.sh4.CAB
    |       |       sqlce.repl.wce5.sh4.CAB
    |       |       sqlce.wce5.sh4.CAB
    |       |       sqlceca35.dll
    |       |       sqlcecompact35.dll
    |       |       sqlceer35EN.dll
    |       |       sqlceme35.dll
    |       |       sqlceoledb35.dll
    |       |       sqlceqp35.dll
    |       |       sqlcese35.dll
    |       |       upgrade.exe
    |       |       
    |       \---x86
    |               sqlce.dev.ENU.wce5.x86.CAB
    |               sqlce.repl.wce5.x86.CAB
    |               sqlce.wce5.x86.CAB
    |               sqlceca35.dll
    |               sqlcecompact35.dll
    |               sqlceer35EN.dll
    |               sqlceme35.dll
    |               sqlceoledb35.dll
    |               sqlceqp35.dll
    |               sqlcese35.dll
    |               upgrade.exe
    |               
    +---Include
    |       sqlce_err.h
    |       sqlce_oledb.h
    |       sqlce_sync.h
    |       
    +---Private
    |       System.Data.SqlServerCe.dll
    |       System.Data.SqlServerCe.Entity.dll
    |       
    +---Samples
    |       Northwind.sdf
    |       
    \---Tools
        |   ConnWiz.exe
        |   EULA_ENU.rtf
        |   Microsoft.SqlServerCe.Client.dll
        |   Microsoft.SqlServerCe.Enumerator.dll
        |   Microsoft.SqlServerCe.ManagementUI.dll
        |   Microsoft.SqlServerCe.ReplWiz.dll
        |   SSCEServerTools-ENU.msi
        |   
        \---SQLWorkbenchProjectItems
            |   SQLWorkbenchProjectItems.vsdir
            |   
            \---SqlCe
                |   sqlce.vsdir
                |   SQLCEFile.sqlce
                |   
                +---Database
                |       Create Database.sqlce
                |       Drop Database.sqlce
                |       
                +---Index
                |       Create Index.sqlce
                |       Create Unique Index.sqlce
                |       Drop Index.sqlce
                |       
                \---Table
                        Alter Table Add Column.sqlce
                        Alter Table Add Primary Key.sqlce
                        Alter Table Drop Column.sqlce
                        Alter Table Drop Constraint.sqlce
                        Create Table Primary Key.sqlce
                        Create Table with Identity Column.sqlce
                        Create Table.sqlce
                        Drop Table.sqlce
    

    Now, after you started a new SmartDevice project or opened an existing one, you have to ADD references to either System.Data.SqlClient or System.Data.SqlServerCE:

    Add SQL assembly to SmartDevice project

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to create an application using a Datalogic mobile device that uses Windows
I want to start developing graphic programing using OpenGl To kick start I am
I'm using libjpeg (C/C++ programming on Windows Mobile 6.5), in order to decode images
I just start to learn web programming using IIS 7.5 in windows 2008 R2,
I want to start developing for Windows Mobile Devices, as I plan to buy
I have some problems to start programming using cocos2D on linux + android. I
Before I start: I'm programming for Iphone, using objective C. I have already implemented
guys I want to start programing with C++. I have written some programs in
Firstly, I am not at all familiar with Windows batch file programing. Recently I
To start off, I'd like to say I'm rather unfamiliar with the Windows linking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.