473,386 Members | 1,796 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

mobile application & MS SQL

Hi,
i'm trying to develop an appliaction which will be used on pocket PC...
i need to create a connection Pocket PC - MSSQL which is located on a
specified ip/domain in the internet.

i've got a problem with using.... there is no:
using System.Data.SqlClient;

so there aren't any components like sqlconnection etc.

but there are in win application but not in pocketPC.... :/

maybe i need to download some kind of an extension ??

Please HELP!

Ps. sorry for my english... ;)
Best regards
Grisha
Nov 16 '05 #1
1 1446
Hi Grisha,

1. Install SQL Server 2000
2. Install Service Pack 3a (sql2ksp3.exe)
3. Install Sql Server CE Server Tools (sqlce20sql2ksp3a.exe) Notice,
sqlce20sql2ksp3a.exe is a special download for SP3a users.

Sql Server CE Server Tools have to be installed on the Machine running IIS.

This enables you to use RDA or Replication with SQL Server and SQL CE
from your mobile app.

To use the System.Data.SqlServerCe.dll you need to have the
CompactFramework SDK installed on your development machine.

You have then add a refernce to
System.Data.SqlServerCe
and
System.Data.Common
to your VS Pocket PC Project.
(Right click on References locate both -> double click -> OK)

Then you can use e.g. SqlServerCe.SqlCeCommand as you would do in the
SqlClient Namespace.

Kind regards
Alex
- Alexander Rauser

http://www.flashshop.info

Grisha0 wrote:
Hi,
i'm trying to develop an appliaction which will be used on pocket PC...
i need to create a connection Pocket PC - MSSQL which is located on a
specified ip/domain in the internet.

i've got a problem with using.... there is no:
using System.Data.SqlClient;

so there aren't any components like sqlconnection etc.

but there are in win application but not in pocketPC.... :/

maybe i need to download some kind of an extension ??

Please HELP!

Ps. sorry for my english... ;)
Best regards
Grisha

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Stephan | last post by:
Hello to all, I'm looking into providing mobile access to a web based administrative application currently running on .Net with MS SQL. The current architecture only supports the latest Internet...
1
by: Jose Gonzalez | last post by:
How to apply a numeric format to a textbox using xhtml? I know you have to use the "-wap-input-format" style tag in css. I can get this to work in a regular xhtml page, however, I've been...
0
by: hungrymind | last post by:
Hi all, I am developing web application as well as mobile application using C# asp.net 2.0. Mobile application folder is nested inside web application virtual directory. I have to make mobile...
0
by: ocdocdocd | last post by:
Hello, First time using ClickOnce with Mobile 5.0. This is probably a stupid question, but I am just drawing a total blank here. Using my mobile device, when I navigate to the url (i.e.,...
1
by: Sharky Ward | last post by:
We have a C# windows mobile form application designed for PockedtPC 2003 developed in VS2003.NET with .NET 1.0/1.1. Some of the mobile devices have been replaced with Windows Mobile 5.0. As a...
1
by: santosh singh | last post by:
for mobile browser i used the following code : Response.ContentType = "application/vnd.wap.xhtml+xml"; Response.AppendHeader("Content-Disposition","attachment; filename=SailBig.jpg");...
0
by: jamestilby | last post by:
Hi all, Hope someone can help with this - I am tearing my hair (singular) out. I developed an application using asp.net 2.0 and Mobile Controls. Up till now I have been testing it with a...
7
by: cj2 | last post by:
I saw a MS demo a few years back where they developed a web page and the software automatically rendered it for different devices. Is this what I'm looking for? http://www.asp.net/mobile/ ...
1
by: lakshmiRam | last post by:
hi i have written the following code to receive data from mobile using bluetooth through serial communication. but it is not working <code> #include <stdio.h> #include <conio.h> #include...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.