Click here to Skip to main content
15,793,923 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Benefits and Risks of using Mobile Apps Pin
CHill6017-Mar-16 5:52
mveCHill6017-Mar-16 5:52 
GeneralRe: Benefits and Risks of using Mobile Apps Pin
AR150617-Mar-16 5:57
AR150617-Mar-16 5:57 
GeneralRe: Benefits and Risks of using Mobile Apps Pin
Charles18726-May-16 8:57
Charles18726-May-16 8:57 
GeneralRe: Benefits and Risks of using Mobile Apps Pin
David Crow26-May-16 9:12
David Crow26-May-16 9:12 
AnswerRe: Benefits and Risks of using Mobile Apps Pin
Sadaf Najjar12-Apr-16 4:37
Sadaf Najjar12-Apr-16 4:37 
GeneralRe: Benefits and Risks of using Mobile Apps Pin
AR150612-Apr-16 6:26
AR150612-Apr-16 6:26 
GeneralRe: how can i set link between mobile platform and pc Pin
CHill6021-Feb-16 5:14
mveCHill6021-Feb-16 5:14 
QuestionReading .dbf files using .NET Compact Framework on Windows Mobile Devices Pin
delphix520-Feb-16 7:07
delphix520-Feb-16 7:07 
I want to read .dbf file on Network such as
Data Source=//192.168.0.16/Ovnbol1000/test.dbf


Windows Mobile 5.0 Windows CE using C#

This my Code but it does not work

SqlConnection con = new SqlConnection("Data Source=//192.168.0.16/Ovnbol1000/"); // give your path directly


        con.Open();
        SqlDataAdapter da = new SqlDataAdapter("select * from KUND.DBF", con); // update this query with your table name
        DataSet ds = new DataSet();
        da.Fill(ds);

        con.Close();
        int i = ds.Tables[0].Rows.Count;



Thanks
QuestionDeveloping open apps Pin
Wombaticus16-Jan-16 8:13
Wombaticus16-Jan-16 8:13 
AnswerRe: Developing open apps Pin
Kunal Chowdhury «IN»28-Feb-16 19:56
professionalKunal Chowdhury «IN»28-Feb-16 19:56 
GeneralRe: Developing open apps Pin
Wombaticus28-Feb-16 21:41
Wombaticus28-Feb-16 21:41 
GeneralRe: Developing open apps Pin
Kunal Chowdhury «IN»28-Feb-16 22:48
professionalKunal Chowdhury «IN»28-Feb-16 22:48 
QuestionMajor difference between ios and android Pin
royalex8-Dec-15 19:44
royalex8-Dec-15 19:44 
AnswerRe: Major difference between ios and android Pin
Kornfeld Eliyahu Peter8-Dec-15 20:13
professionalKornfeld Eliyahu Peter8-Dec-15 20:13 
AnswerRe: Major difference between ios and android Pin
Richard MacCutchan8-Dec-15 23:18
mveRichard MacCutchan8-Dec-15 23:18 
QuestionApplication Test in Window phone Pin
sanket1643-Dec-15 20:39
sanket1643-Dec-15 20:39 
SuggestionRe: Application Test in Window phone Pin
David Crow4-Dec-15 5:19
David Crow4-Dec-15 5:19 
AnswerRe: Application Test in Window phone Pin
Kunal Chowdhury «IN»28-Feb-16 19:47
professionalKunal Chowdhury «IN»28-Feb-16 19:47 
GeneralHow to take responsive test on local host? Pin
Member 1216584325-Nov-15 1:33
Member 1216584325-Nov-15 1:33 
QuestionRe: How to take responsive test on local host? Pin
Richard MacCutchan25-Nov-15 2:18
mveRichard MacCutchan25-Nov-15 2:18 
Questionsoftware development cost Pin
Christos green22-Nov-15 2:39
Christos green22-Nov-15 2:39 
AnswerRe: software development cost Pin
Richard MacCutchan22-Nov-15 2:42
mveRichard MacCutchan22-Nov-15 2:42 
GeneralRe: software development cost Pin
Kunal Chowdhury «IN»28-Feb-16 19:51
professionalKunal Chowdhury «IN»28-Feb-16 19:51 
AnswerRe: software development cost Pin
Preston Berger14-Jun-16 6:32
Preston Berger14-Jun-16 6:32 
QuestionDecode QR Pin
Tirumaleswara Reddy.K20-Nov-15 22:58
Tirumaleswara Reddy.K20-Nov-15 22:58 

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.