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

Database

 
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 
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 
LionAM wrote:
SQLite?

I'd recommend programming against the IDbInterfaces, and actually time/test the various databases that you would want to consider.

  • Sqlite is good in terms of performance, once you take in account that everything is in a transaction.
  • SqlCe is more integrated into .NET, and would be the preferred option if you plan to synchronize to Sql Server.
  • Microsoft Access would be a sweet idea if your client has Office, and if the primary goal of the data is to show reports.
  • Excel would work too, almost as fast as Access, and can be accessed over ADO.NET; Not an obvious choice as a datastore, but still very nice for charts.

Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

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 
QuestionPlease help the problem Pin
kathytran29-Aug-12 7:40
kathytran29-Aug-12 7:40 
AnswerRe: Please help the problem Pin
R. Giskard Reventlov29-Aug-12 8:31
R. Giskard Reventlov29-Aug-12 8:31 
QuestionImport excel data in SSRS Pin
Arul R Ece29-Aug-12 1:21
Arul R Ece29-Aug-12 1:21 
AnswerRe: Import excel data in SSRS Pin
Niju129-Aug-12 22:40
Niju129-Aug-12 22:40 
QuestionI need your help to solve a problem. Pin
uspatel28-Aug-12 1:52
professionaluspatel28-Aug-12 1:52 
AnswerRe: I need your help to solve a problem. Pin
Eddy Vluggen28-Aug-12 2:04
professionalEddy Vluggen28-Aug-12 2:04 

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.