Click here to Skip to main content
15,910,878 members
Home / Discussions / Database
   

Database

 
GeneralADO Connection Application Pin
Greg Horwood15-Sep-04 16:06
Greg Horwood15-Sep-04 16:06 
GeneralRe: ADO Connection Application Pin
Steven Campbell16-Sep-04 8:30
Steven Campbell16-Sep-04 8:30 
GeneralRe: ADO Connection Application Pin
Greg Horwood16-Sep-04 13:24
Greg Horwood16-Sep-04 13:24 
GeneralRe: ADO Connection Application Pin
RichardGrimmer17-Sep-04 5:37
RichardGrimmer17-Sep-04 5:37 
GeneralRe: ADO Connection Application Pin
Anonymous17-Sep-04 15:23
Anonymous17-Sep-04 15:23 
QuestionHow to connect to MSSQL through SSL channel using ADO Pin
Zro15-Sep-04 15:32
Zro15-Sep-04 15:32 
AnswerRe: How to connect to MSSQL through SSL channel using ADO Pin
Zro15-Sep-04 15:43
Zro15-Sep-04 15:43 
QuestionHo do i connect to an XML file using C#.net? Pin
JDUK15-Sep-04 14:04
JDUK15-Sep-04 14:04 
I dont have SQL server, just an XML file on my hard drive.
How do i use Server Explorer to build aconnection to that XML file?

I can, so far, load the file into a dataset using:

DataSet MDS = new DataSet();
MDS.ReadXml("C:\\Students.xml");

But this doesnt allow for manipulaiton e.g: SELECT, DELETE, INSERT INTO, etc....
Does it??

I've had a bash conecting to an Access database and mangaed to manipulate it and do every thing i need to really.... But i need to be able to do this with an XML file and the informaiton in : Developing Windows Based Applictions seems a bit thin with regards connecting to and altering XML files.

Thanks
AnswerRe: Ho do i connect to an XML file using C#.net? Pin
Christian Graus15-Sep-04 15:08
protectorChristian Graus15-Sep-04 15:08 
GeneralRe: Ho do i connect to an XML file using C#.net? Pin
JDUK15-Sep-04 15:27
JDUK15-Sep-04 15:27 
GeneralRe: Ho do i connect to an XML file using C#.net? Pin
Christian Graus15-Sep-04 15:30
protectorChristian Graus15-Sep-04 15:30 
GeneralCommand builder and retrieving autoincrement values Pin
maciekj15-Sep-04 11:23
maciekj15-Sep-04 11:23 
QuestionCan I delete completely a mdb file? Pin
ATC15-Sep-04 6:48
ATC15-Sep-04 6:48 
AnswerRe: Can I delete completely a mdb file? Pin
David Salter16-Sep-04 10:45
David Salter16-Sep-04 10:45 
GeneralError Handling in exception Pin
DotNet15-Sep-04 4:56
DotNet15-Sep-04 4:56 
GeneralRe: Error Handling in exception Pin
Mike Ellison15-Sep-04 12:31
Mike Ellison15-Sep-04 12:31 
Questionhow to save a image sqlserver field to hd Pin
Anonymous15-Sep-04 0:30
Anonymous15-Sep-04 0:30 
AnswerRe: how to save a image sqlserver field to hd Pin
pbpb15-Sep-04 4:18
pbpb15-Sep-04 4:18 
GeneralRe: how to save a image sqlserver field to hd Pin
Anonymous16-Sep-04 4:19
Anonymous16-Sep-04 4:19 
GeneralAlphabetical sorting - SQL Pin
butchzn14-Sep-04 23:14
butchzn14-Sep-04 23:14 
GeneralRe: Alphabetical sorting - SQL Pin
pbpb14-Sep-04 23:46
pbpb14-Sep-04 23:46 
GeneralRe: Alphabetical sorting - SQL Pin
butchzn27-Sep-04 1:44
butchzn27-Sep-04 1:44 
Questioncopy db diagrams from one sql server to another? Pin
Roger Alsing14-Sep-04 21:42
Roger Alsing14-Sep-04 21:42 
AnswerRe: copy db diagrams from one sql server to another? Pin
Totoo15-Sep-04 9:50
Totoo15-Sep-04 9:50 
GeneralVarbinary field comparisons Pin
cpritt14-Sep-04 8:29
cpritt14-Sep-04 8:29 

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.