Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
QuestionData relations and data set Pin
eli1502197915-Apr-10 0:53
eli1502197915-Apr-10 0:53 
QuestionLocal database path in csharp Pin
Tunisien8615-Apr-10 0:13
Tunisien8615-Apr-10 0:13 
AnswerRe: Local database path in csharp Pin
Michel Godfroid15-Apr-10 0:20
Michel Godfroid15-Apr-10 0:20 
GeneralRe: Local database path in csharp Pin
Tunisien8615-Apr-10 0:25
Tunisien8615-Apr-10 0:25 
GeneralRe: Local database path in csharp Pin
Michel Godfroid15-Apr-10 0:41
Michel Godfroid15-Apr-10 0:41 
GeneralRe: Local database path in csharp Pin
Tunisien8615-Apr-10 3:49
Tunisien8615-Apr-10 3:49 
GeneralRe: Local database path in csharp Pin
Michel Godfroid15-Apr-10 4:16
Michel Godfroid15-Apr-10 4:16 
GeneralRe: Local database path in csharp Pin
Tunisien8615-Apr-10 4:47
Tunisien8615-Apr-10 4:47 
Hi,
I tried with the physical path of my database
//Create the connection
            string chcc = @"Data Source = C:\\Users\\Admin\\Documents\\Visual Studio 2008\\Projects\\GMAOMobile\\ModeDifféré\\BaseGmaoLocale.sdf;";
            SqlCeConnection sqlceconn = new SqlCeConnection(chcc);

but not still not working.
Concerning u note,I don't understand what u mean by:
The emulator also doesn't come with SQLCE, you will have to deploy it also,


For the reference,I have the reference System.Data.SQLServerCe
Thanks for u help Smile | :)
GeneralRe: Local database path in csharp Pin
Michel Godfroid15-Apr-10 5:24
Michel Godfroid15-Apr-10 5:24 
GeneralRe: Local database path in csharp Pin
Tunisien8615-Apr-10 6:23
Tunisien8615-Apr-10 6:23 
GeneralRe: Local database path in csharp Pin
Michel Godfroid15-Apr-10 6:50
Michel Godfroid15-Apr-10 6:50 
GeneralRe: Local database path in csharp Pin
Tunisien8616-Apr-10 0:26
Tunisien8616-Apr-10 0:26 
GeneralRe: Local database path in csharp Pin
Michel Godfroid16-Apr-10 0:50
Michel Godfroid16-Apr-10 0:50 
GeneralRe: Local database path in csharp Pin
Tunisien8616-Apr-10 0:54
Tunisien8616-Apr-10 0:54 
AnswerRe: Local database path in csharp Pin
Tunisien8619-Apr-10 5:15
Tunisien8619-Apr-10 5:15 
Questionconvert vb.net to c# Pin
toto_201014-Apr-10 23:24
toto_201014-Apr-10 23:24 
AnswerRe: convert vb.net to c# Pin
OriginalGriff14-Apr-10 23:30
mveOriginalGriff14-Apr-10 23:30 
GeneralRe: convert vb.net to c# Pin
toto_201014-Apr-10 23:39
toto_201014-Apr-10 23:39 
AnswerRe: convert vb.net to c# Pin
Luc Pattyn14-Apr-10 23:46
sitebuilderLuc Pattyn14-Apr-10 23:46 
GeneralRe: convert vb.net to c# Pin
toto_201015-Apr-10 0:08
toto_201015-Apr-10 0:08 
AnswerRe: convert vb.net to c# Pin
Eddy Vluggen14-Apr-10 23:57
professionalEddy Vluggen14-Apr-10 23:57 
GeneralRe: convert vb.net to c# Pin
toto_201015-Apr-10 0:42
toto_201015-Apr-10 0:42 
GeneralRe: convert vb.net to c# Pin
Eddy Vluggen15-Apr-10 0:45
professionalEddy Vluggen15-Apr-10 0:45 
GeneralRe: convert vb.net to c# Pin
toto_201015-Apr-10 1:11
toto_201015-Apr-10 1:11 
AnswerRe: convert vb.net to c# Pin
Pete O'Hanlon15-Apr-10 2:37
mvePete O'Hanlon15-Apr-10 2:37 

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.