Click here to Skip to main content
15,914,323 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: usb driver for microcontroller.? Pin
hande5425-Oct-09 1:31
hande5425-Oct-09 1:31 
QuestionI want to create my own SMS-app for my mobile, nokia-phone Pin
luke.orun21-Sep-09 9:15
luke.orun21-Sep-09 9:15 
AnswerRe: I want to create my own SMS-app for my mobile, nokia-phone Pin
HimanshuJoshi21-Sep-09 23:31
HimanshuJoshi21-Sep-09 23:31 
QuestionWakeup notification Pin
Sunshine Always21-Sep-09 0:57
Sunshine Always21-Sep-09 0:57 
QuestionPopup Menu string in soft key Pin
Muthiahr100016-Sep-09 7:32
Muthiahr100016-Sep-09 7:32 
Questiontouch global hooking/subclassing Windows Mobile Pin
elad210916-Sep-09 1:35
elad210916-Sep-09 1:35 
QuestionHow to connect to sql server 2008 through pocket pc 5.0 Pin
Felong15-Sep-09 11:35
Felong15-Sep-09 11:35 
AnswerRe: How to connect to sql server 2008 through pocket pc 5.0 Pin
Felong19-Oct-09 9:57
Felong19-Oct-09 9:57 
HEY GUYSS...

WELL AFTER A LOT OF TRIES AND MIES AND FINALLY REACHED TO A SOLUTION.

I COULDNT CONNECT FROM THE POCKET PC TO THE SQL SERVER DIRECTLY. THAT WASENT POSSIBLE, BUT
WHAT I DID WAS, USED MERGE REPLICATION TO GET A SNAPSHOT(COPY) OF MY DATABASE AS COMPACT DATABASE;
I ADDED THIS DATA BASE(THE COMPACT .SDF FILE) AS A DATASOURCE IN MY POCKET PC PROJECT WHERE THE CONNECTION STRING IS: THE LOCATION OF THE DATABASE IN THE THE POCKET PC:
<datasource =="" "\program="" file\project="" name\database="" name.sdf";="">
this is how its written
<@"Data Source=""\Program Files\Final_Project\Bill_Sender.sdf">

this is the connection string to the database
<
public string ConStr = @"Data Source = \Program Files\Final_Project\Bill_Sender.sdf";
public SqlCeConnection connection = new SqlCeConnection(ConStr);
connection.Open();
>
in this case u can open connection easyly, update on the database and then synchronise back with the server which will save any updated rows in the database.

this is how i solved my problem.
i also used web services for more complicated calculations, printing and Console output...

hope this helps. and if any1 was so furtunate to connect directly through pocket pc to sqlserver. please let me know.(though i dnt think its possible)..Thumbs Up | :thumbsup:


hope this helps...
regards.
QuestionRemote accessing of Win Ce5.0 device Pin
obalesu15-Sep-09 0:24
obalesu15-Sep-09 0:24 
AnswerRe: Remote accessing of Win Ce5.0 device Pin
Sunshine Always21-Sep-09 0:59
Sunshine Always21-Sep-09 0:59 
GeneralRe: Remote accessing of Win Ce5.0 device Pin
obalesu21-Sep-09 1:57
obalesu21-Sep-09 1:57 
QuestionDeveloper conference?? Any idea about this? Pin
stevensj214-Sep-09 23:43
stevensj214-Sep-09 23:43 
QuestionActive scan on a WiFi NIC, including flush of old scan results - how ? Pin
amitalonm10-Sep-09 22:42
amitalonm10-Sep-09 22:42 
QuestionProblem While Running Blackberry Application... Pin
shaina22318-Sep-09 19:28
shaina22318-Sep-09 19:28 
AnswerRe: Problem While Running Blackberry Application..(plz read this ) Pin
shaina22318-Sep-09 19:31
shaina22318-Sep-09 19:31 
QuestionHow to stream an FLV video on a device application Pin
Vivek Vijayan7-Sep-09 5:55
Vivek Vijayan7-Sep-09 5:55 
QuestionMobile Application Pin
Learpheal3-Sep-09 16:15
Learpheal3-Sep-09 16:15 
AnswerRe: Mobile Application Pin
PavanPareta3-Sep-09 20:54
PavanPareta3-Sep-09 20:54 
QuestionDigital Citation For Windows Mobile Pin
lancerta3-Sep-09 11:22
lancerta3-Sep-09 11:22 
AnswerRe: Digital Citation For Windows Mobile Pin
jzonthemtn23-Sep-09 3:43
jzonthemtn23-Sep-09 3:43 
QuestionCannot call Camera function [modified] Pin
ahzarmokhli2-Sep-09 19:33
ahzarmokhli2-Sep-09 19:33 
AnswerRe: Cannot call Camera function Pin
Joel Ivory Johnson7-Sep-09 3:01
professionalJoel Ivory Johnson7-Sep-09 3:01 
QuestionIs this a Bug in Compact Framework 2.0 ? (C#, DateTime + TimeSpan) [modified] Pin
KingLooie2-Sep-09 1:39
KingLooie2-Sep-09 1:39 
AnswerRe: Is this a Bug in Compact Framework 2.0 ? (C#, DateTime + TimeSpan) Pin
fergara2-Sep-09 2:22
fergara2-Sep-09 2:22 
GeneralRe: Is this a Bug in Compact Framework 2.0 ? (C#, DateTime + TimeSpan) Pin
KingLooie2-Sep-09 2:39
KingLooie2-Sep-09 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.