Click here to Skip to main content
15,894,825 members
Home / Discussions / Database
   

Database

 
GeneralRe: Answered Pin
Eddy Vluggen5-Sep-12 23:42
professionalEddy Vluggen5-Sep-12 23:42 
GeneralCool Pin
David Mujica6-Sep-12 3:35
David Mujica6-Sep-12 3:35 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
PIEBALDconsult5-Sep-12 4:37
mvePIEBALDconsult5-Sep-12 4:37 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
Eddy Vluggen5-Sep-12 5:29
professionalEddy Vluggen5-Sep-12 5:29 
QuestionRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
Osama Bin Laden 20125-Sep-12 14:53
Osama Bin Laden 20125-Sep-12 14:53 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
PIEBALDconsult5-Sep-12 17:18
mvePIEBALDconsult5-Sep-12 17:18 
QuestionPersistent storage of measuring results Pin
LionAM3-Sep-12 22:57
LionAM3-Sep-12 22:57 
AnswerRe: Persistent storage of measuring results Pin
Mycroft Holmes4-Sep-12 0:40
professionalMycroft Holmes4-Sep-12 0:40 
This decision should be driven by volume and usage. If you are only processing a few hundred records and do not need to massage the data then an XML or csv file store would be acceptable. Otherwise go for a database.

Why make it complex with multiple tables if you are using text/xml, simply load the entire file into memory and manipulate the collection. Write the collection to the file at regular intervals.

A lot will depend on the criticallity of the data and the frequency of the reads!
Never underestimate the power of human stupidity
RAH

GeneralRe: Persistent storage of measuring results Pin
LionAM4-Sep-12 4:37
LionAM4-Sep-12 4:37 
AnswerRe: Persistent storage of measuring results Pin
Shameel4-Sep-12 5:50
professionalShameel4-Sep-12 5:50 
AnswerRe: Persistent storage of measuring results Pin
PIEBALDconsult4-Sep-12 5:56
mvePIEBALDconsult4-Sep-12 5:56 
GeneralRe: Persistent storage of measuring results Pin
LionAM4-Sep-12 10:51
LionAM4-Sep-12 10:51 
GeneralRe: Persistent storage of measuring results Pin
PIEBALDconsult4-Sep-12 11:58
mvePIEBALDconsult4-Sep-12 11:58 
GeneralRe: Persistent storage of measuring results Pin
Eddy Vluggen4-Sep-12 21:43
professionalEddy Vluggen4-Sep-12 21:43 
GeneralRe: Persistent storage of measuring results Pin
Jörgen Andersson5-Sep-12 2:07
professionalJörgen Andersson5-Sep-12 2:07 
GeneralRe: Persistent storage of measuring results Pin
LionAM5-Sep-12 20:40
LionAM5-Sep-12 20:40 
QuestionConnect to MySQL server Pin
1.fcb191331-Aug-12 0:07
1.fcb191331-Aug-12 0:07 
AnswerRe: Connect to MySQL server Pin
Eddy Vluggen31-Aug-12 1:26
professionalEddy Vluggen31-Aug-12 1:26 
GeneralRe: Connect to MySQL server Pin
1.fcb19131-Sep-12 22:50
1.fcb19131-Sep-12 22:50 
AnswerRe: Connect to MySQL server Pin
Eddy Vluggen1-Sep-12 22:57
professionalEddy Vluggen1-Sep-12 22:57 
AnswerRe: Connect to MySQL server Pin
jschell2-Sep-12 7:51
jschell2-Sep-12 7:51 
GeneralRe: Connect to MySQL server Pin
1.fcb19134-Sep-12 6:59
1.fcb19134-Sep-12 6:59 
AnswerRe: Connect to MySQL server Pin
Paul Conrad4-Sep-12 7:14
professionalPaul Conrad4-Sep-12 7:14 
AnswerRe: Connect to MySQL server Pin
Bernhard Hiller2-Sep-12 21:09
Bernhard Hiller2-Sep-12 21:09 
AnswerRe: Connect to MySQL server Pin
Paul Conrad4-Sep-12 7:13
professionalPaul Conrad4-Sep-12 7:13 

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.