Click here to Skip to main content
15,888,461 members
Home / Discussions / Mobile
   

Mobile

 
Questionwhich type of set (pos,tablet,…) can be used for registering delivery information at outdoor? Pin
Mohammad A Gharakhanlou8-Mar-12 21:15
Mohammad A Gharakhanlou8-Mar-12 21:15 
AnswerRe: which type of set (pos,tablet,…) can be used for registering delivery information at outdoor? Pin
Richard MacCutchan8-Mar-12 21:50
mveRichard MacCutchan8-Mar-12 21:50 
QuestionIsolated Storage with Windows Phone Silverlight Toolkit Pin
Member 85418184-Mar-12 3:39
Member 85418184-Mar-12 3:39 
AnswerRe: Isolated Storage with Windows Phone Silverlight Toolkit Pin
Jeremy Hutchinson30-Apr-12 6:52
professionalJeremy Hutchinson30-Apr-12 6:52 
QuestionC# : Pocket PC and Jpeg2000 format image Pin
Member 868380227-Feb-12 22:31
Member 868380227-Feb-12 22:31 
AnswerRe: C# : Pocket PC and Jpeg2000 format image Pin
Pete O'Hanlon27-Feb-12 22:52
mvePete O'Hanlon27-Feb-12 22:52 
GeneralRe: C# : Pocket PC and Jpeg2000 format image Pin
Member 868380227-Feb-12 23:35
Member 868380227-Feb-12 23:35 
Questionbig database on sqlCE - it Takes a long time to open connection Pin
goldsoft27-Feb-12 1:53
goldsoft27-Feb-12 1:53 
hi
i have database on sqlCE 75.6MB with 600,000 rows that has one table with 3 columns

A - lenght 13 (text)
B - lenght 20 (text)

C - lenght 21 (text)

i open the connection like this:


C#
bool OpenConn()
{ 
  try
  {
    Conn = new SqlCeConnection(String.Format(@"Data Source={0}\
                 {1}", PathI, "MyDB.SDF"));
    Conn.Open();
    return true;
   }
  catch (SqlCeException err)
  {
    MessageBox.Show(err.Message, "Connetion error");
    return false;
  }
}

the problem that it take a long time to open connection.

is there any other way for open and work with big database ?

i work on sqlCE for Windows-CE or Windows-Mobile in C#

thanks in advance
AnswerRe: big database on sqlCE - it Takes a long time to open connection Pin
rwal90115-Mar-12 9:59
rwal90115-Mar-12 9:59 
QuestionHow two mobile apps exchange data on the same device? Pin
Jun Du27-Feb-12 1:21
Jun Du27-Feb-12 1:21 
AnswerRe: How two mobile apps exchange data on the same device? Pin
egenis27-Feb-12 2:17
egenis27-Feb-12 2:17 
GeneralRe: How two mobile apps exchange data on the same device? Pin
Jun Du27-Feb-12 7:20
Jun Du27-Feb-12 7:20 
Questioncode project mobile app Pin
Jassim Rahma24-Feb-12 1:16
Jassim Rahma24-Feb-12 1:16 
QuestionCompress with java decompress with c# Pin
Hossein Khalaj23-Feb-12 19:00
Hossein Khalaj23-Feb-12 19:00 
QuestionBuilding Android and iPhone Apps Pin
.dan.g.21-Feb-12 15:50
professional.dan.g.21-Feb-12 15:50 
AnswerRe: Building Android and iPhone Apps Pin
RobCroll21-Feb-12 16:09
RobCroll21-Feb-12 16:09 
QuestionBlock Incoming calls in android without single ring Pin
ronakmehta.198920-Feb-12 20:46
ronakmehta.198920-Feb-12 20:46 
AnswerRe: Block Incoming calls in android without single ring Pin
André Kraak20-Feb-12 20:57
André Kraak20-Feb-12 20:57 
GeneralRe: Block Incoming calls in android without single ring Pin
Karthik_Rockzzz24-Feb-12 1:59
Karthik_Rockzzz24-Feb-12 1:59 
QuestionHow to vertualise/install iphone in windows7 os? Pin
poonam jagdale5-Feb-12 18:44
poonam jagdale5-Feb-12 18:44 
AnswerRe: How to vertualise/install iphone in windows7 os? Pin
Abhinav S5-Feb-12 19:33
Abhinav S5-Feb-12 19:33 
AnswerRe: How to vertualise/install iphone in windows7 os? Pin
User 742933815-Feb-12 21:13
professionalUser 742933815-Feb-12 21:13 
QuestionWindows Phone 7 - Remote Desktop Pin
Blikkies30-Jan-12 22:02
professionalBlikkies30-Jan-12 22:02 
AnswerRe: Windows Phone 7 - Remote Desktop Pin
Abhinav S5-Feb-12 19:32
Abhinav S5-Feb-12 19:32 
GeneralRe: Windows Phone 7 - Remote Desktop Pin
Ghydo10-Feb-12 6:50
Ghydo10-Feb-12 6:50 

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.