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

C#

 
GeneralRe: Xml database Pin
antrock10114-Feb-10 7:26
antrock10114-Feb-10 7:26 
GeneralRe: Xml database Pin
Dan Mos14-Feb-10 7:40
Dan Mos14-Feb-10 7:40 
GeneralRe: Xml database Pin
antrock10114-Feb-10 7:50
antrock10114-Feb-10 7:50 
GeneralRe: Xml database Pin
Dan Mos14-Feb-10 7:58
Dan Mos14-Feb-10 7:58 
GeneralRe: Xml database Pin
Not Active14-Feb-10 9:23
mentorNot Active14-Feb-10 9:23 
AnswerRe: Xml database Pin
Keith Barrow14-Feb-10 9:58
professionalKeith Barrow14-Feb-10 9:58 
GeneralRe: Xml database Pin
antrock10114-Feb-10 10:00
antrock10114-Feb-10 10:00 
GeneralRe: Xml database Pin
Keith Barrow14-Feb-10 10:09
professionalKeith Barrow14-Feb-10 10:09 
antrock101 wrote:
I could never understand sql connection and reading and writing data no matter what i've read.


This is a great opportunity to learn. From your post it looks like you will end up doing more work by trying to use XML than a database.
http://www.connectionstrings.com/[^] has listings of the most common connection strings. The connection and other SQL objects have about the same level of complexity as the XML stuff, so you'll be able to get to grips with it. Additionally there is LINQ to SQL and LINQ to entities that can help make the database world onto the code world.

Also XML is NOT a database and shouldn't be used as one, you have to do all the work making sure the data integrity is kept. Many projects fail because, although initially easier, using XML is much harder work in the longer term for everything except simpler, non-relational data.
Antoine de Saint-Exupery: Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.

GeneralRe: Xml database Pin
antrock10114-Feb-10 11:39
antrock10114-Feb-10 11:39 
Questionusing webcam Pin
naghoumeh1414-Feb-10 6:26
naghoumeh1414-Feb-10 6:26 
Questionuse only 2 digis in simple precision Pin
naghoumeh1414-Feb-10 6:21
naghoumeh1414-Feb-10 6:21 
AnswerRe: use only 2 digis in simple precision Pin
Dan Mos14-Feb-10 6:36
Dan Mos14-Feb-10 6:36 
GeneralRe: use only 2 digis in simple precision Pin
Luc Pattyn14-Feb-10 6:59
sitebuilderLuc Pattyn14-Feb-10 6:59 
GeneralRe: use only 2 digis in simple precision Pin
Dan Mos14-Feb-10 7:05
Dan Mos14-Feb-10 7:05 
QuestionC# application and Facebook integration Pin
Etienne_12314-Feb-10 5:15
Etienne_12314-Feb-10 5:15 
AnswerRe: C# application and Facebook integration Pin
Abhinav S14-Feb-10 5:19
Abhinav S14-Feb-10 5:19 
QuestionMessage Removed Pin
14-Feb-10 4:49
hassan iravani14-Feb-10 4:49 
AnswerRe: Distinct Pin
Keith Barrow14-Feb-10 4:57
professionalKeith Barrow14-Feb-10 4:57 
AnswerRe: Distinct Pin
OriginalGriff14-Feb-10 4:58
mveOriginalGriff14-Feb-10 4:58 
QuestionHow do I unit test this? Pin
Member 448708314-Feb-10 4:36
Member 448708314-Feb-10 4:36 
AnswerRe: How do I unit test this? Pin
Keith Barrow14-Feb-10 4:55
professionalKeith Barrow14-Feb-10 4:55 
AnswerRe: How do I unit test this? Pin
Luc Pattyn14-Feb-10 5:03
sitebuilderLuc Pattyn14-Feb-10 5:03 
GeneralRe: How do I unit test this? [modified] Pin
Keith Barrow14-Feb-10 5:54
professionalKeith Barrow14-Feb-10 5:54 
AnswerRe: How do I unit test this? Pin
Not Active14-Feb-10 4:57
mentorNot Active14-Feb-10 4:57 
AnswerRe: How do I unit test this? Pin
Luc Pattyn14-Feb-10 5:00
sitebuilderLuc Pattyn14-Feb-10 5:00 

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.