Click here to Skip to main content
15,886,873 members
Home / Discussions / Mobile
   

Mobile

 
GeneralSet dial-up connection entry in WinCE Pin
knetmasse14-Mar-08 5:04
knetmasse14-Mar-08 5:04 
GeneralChanging the page color of mobile application in asp.net Pin
tasnim514-Mar-08 0:44
tasnim514-Mar-08 0:44 
QuestionDLLImport CharSet=ChartSet.Ansi Pin
steve_rm13-Mar-08 4:40
steve_rm13-Mar-08 4:40 
GeneralRe: DLLImport CharSet=ChartSet.Ansi Pin
Ravenet13-Mar-08 17:08
Ravenet13-Mar-08 17:08 
GeneralSQL CE Performance so slow.... [modified] Pin
mac24nzmac24nz13-Mar-08 0:32
mac24nzmac24nz13-Mar-08 0:32 
GeneralRe: SQL CE Performance so slow.... Pin
Mike Dimmick17-Mar-08 6:21
Mike Dimmick17-Mar-08 6:21 
GeneralRe: SQL CE Performance so slow.... Pin
mac24nzmac24nz19-Mar-08 10:26
mac24nzmac24nz19-Mar-08 10:26 
Questionmobile database connectivity Pin
achari.ravi12-Mar-08 21:32
achari.ravi12-Mar-08 21:32 
heloo
can anyone plz help me out in writing a code in c# to create a databse in mobile application
iama a beginner
thx. in advance
bascially i got this but i getsa error in

"da.Fill(dt)"
stating that
the database table craeted in c:/ inside my project is not valid

i even started the ms avtive sync and emulator
plz help me out


public static string connectionString = "";
public static SqlCeConnection cn = null;
public static SqlCeDataAdapter da = null;
public static DataTable dt = new DataTable();




connectionString = "Data Source=c:\\My Documents\\Database.sdf" ;
cn = new SqlCeConnection(connectionString);

da = new SqlCeDataAdapter("SELECT * FROM Users", cn);
da.Fill(dt);

foreach (DataRow dr in dt.Rows)
{
listbox1.items.add(dr[0]); }
GeneralRe: mobile database connectivity Pin
mac24nzmac24nz13-Mar-08 0:06
mac24nzmac24nz13-Mar-08 0:06 
Questionlooking for sample code on using pocket outlook, excel and word object Pin
Kayu12-Mar-08 17:58
Kayu12-Mar-08 17:58 
GeneralRe: looking for sample code on using pocket outlook, excel and word object Pin
Arjun Marwaha16-Mar-08 20:20
Arjun Marwaha16-Mar-08 20:20 
NewsFree Introductory Windows Mobile 6 training for developers Pin
brucedkyle12-Mar-08 7:03
brucedkyle12-Mar-08 7:03 
Questionhow to change date & time in C# for PPC Pin
E_Gold12-Mar-08 3:32
E_Gold12-Mar-08 3:32 
AnswerRe: how to change date & time in C# for PPC Pin
mac24nzmac24nz13-Mar-08 0:38
mac24nzmac24nz13-Mar-08 0:38 
Questiondatabse connectivity Pin
achari.ravi12-Mar-08 1:11
achari.ravi12-Mar-08 1:11 
GeneralRe: databse connectivity Pin
Paul Conrad12-Mar-08 6:35
professionalPaul Conrad12-Mar-08 6:35 
GeneralRe: databse connectivity Pin
Ravenet13-Mar-08 20:14
Ravenet13-Mar-08 20:14 
QuestionUsing key combinations/short cut keys in Windows Mobile/Smartphone [modified] Pin
Parasmani Swamy10-Mar-08 0:56
Parasmani Swamy10-Mar-08 0:56 
GeneralTreo 600 application Pin
Are Jay7-Mar-08 17:09
Are Jay7-Mar-08 17:09 
GeneralSkins for PDA applications Pin
steve_rm7-Mar-08 6:36
steve_rm7-Mar-08 6:36 
GeneralMobil Development data problems Pin
Cory Kimble6-Mar-08 4:13
Cory Kimble6-Mar-08 4:13 
QuestionCapturing/gathering own mobile number - Smartphone Pin
Parasmani Swamy3-Mar-08 23:15
Parasmani Swamy3-Mar-08 23:15 
AnswerRe: Capturing/gathering own mobile number - Smartphone Pin
Himanshu Joshi6-Mar-08 2:02
Himanshu Joshi6-Mar-08 2:02 
GeneralRe: Capturing/gathering own mobile number - Smartphone Pin
Parasmani Swamy13-Mar-08 18:46
Parasmani Swamy13-Mar-08 18:46 
GeneralRe: Capturing/gathering own mobile number - Smartphone Pin
deep_charate15-Apr-08 21:23
deep_charate15-Apr-08 21:23 

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.