Click here to Skip to main content
15,879,326 members
Home / Discussions / C#
   

C#

 
GeneralRe: Moving Data from one form to another Pin
KakitaIppatsu13-Nov-15 15:24
KakitaIppatsu13-Nov-15 15:24 
GeneralRe: Moving Data from one form to another Pin
John Torjo13-Nov-15 15:30
professionalJohn Torjo13-Nov-15 15:30 
GeneralRe: Moving Data from one form to another Pin
OriginalGriff13-Nov-15 21:43
mveOriginalGriff13-Nov-15 21:43 
GeneralRe: Moving Data from one form to another Pin
OriginalGriff13-Nov-15 21:35
mveOriginalGriff13-Nov-15 21:35 
AnswerRe: Moving Data from one form to another Pin
BillWoodruff13-Nov-15 16:26
professionalBillWoodruff13-Nov-15 16:26 
AnswerRe: Moving Data from one form to another Pin
OriginalGriff13-Nov-15 21:42
mveOriginalGriff13-Nov-15 21:42 
QuestionLocal sqlce database or datatable in xml file Pin
GrooverFromHolland13-Nov-15 13:30
GrooverFromHolland13-Nov-15 13:30 
AnswerRe: Local sqlce database or datatable in xml file Pin
Mycroft Holmes13-Nov-15 14:04
professionalMycroft Holmes13-Nov-15 14:04 
Any table with 150 columns means you have a bad design!

Having said that I would always go for a database solution but it may depend on your distribution requirements.

Managing data in an XML file is dramatically more difficult than read/write to a database. You have difficulty maintaining any sort of relational integrity and reporting is painful.
Never underestimate the power of human stupidity
RAH

GeneralRe: Local sqlce database or datatable in xml file Pin
GrooverFromHolland13-Nov-15 14:22
GrooverFromHolland13-Nov-15 14:22 
AnswerRe: Local sqlce database or datatable in xml file Pin
Gerry Schmitz13-Nov-15 14:05
mveGerry Schmitz13-Nov-15 14:05 
GeneralRe: Local sqlce database or datatable in xml file Pin
GrooverFromHolland13-Nov-15 14:37
GrooverFromHolland13-Nov-15 14:37 
GeneralRe: Local sqlce database or datatable in xml file Pin
Gerry Schmitz13-Nov-15 15:04
mveGerry Schmitz13-Nov-15 15:04 
QuestionPlay Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Owned Fiston13-Nov-15 5:58
Owned Fiston13-Nov-15 5:58 
AnswerRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Eddy Vluggen13-Nov-15 6:32
professionalEddy Vluggen13-Nov-15 6:32 
GeneralRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Owned Fiston13-Nov-15 8:21
Owned Fiston13-Nov-15 8:21 
AnswerRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Gerry Schmitz13-Nov-15 7:43
mveGerry Schmitz13-Nov-15 7:43 
GeneralRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Owned Fiston13-Nov-15 8:23
Owned Fiston13-Nov-15 8:23 
GeneralRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Gerry Schmitz13-Nov-15 9:01
mveGerry Schmitz13-Nov-15 9:01 
QuestionShowdialog() question Pin
randor12-Nov-15 14:12
randor12-Nov-15 14:12 
AnswerRe: Showdialog() question Pin
DanielBrownAU12-Nov-15 14:37
professionalDanielBrownAU12-Nov-15 14:37 
AnswerRe: Showdialog() question Pin
BillWoodruff12-Nov-15 15:18
professionalBillWoodruff12-Nov-15 15:18 
AnswerRe: Showdialog() question Pin
OriginalGriff12-Nov-15 21:36
mveOriginalGriff12-Nov-15 21:36 
GeneralRe: Showdialog() question Pin
randor13-Nov-15 3:14
randor13-Nov-15 3:14 
GeneralRe: Showdialog() question Pin
OriginalGriff13-Nov-15 4:04
mveOriginalGriff13-Nov-15 4:04 
QuestionEvent that fires on existing form when another is selected Pin
Member 1212588812-Nov-15 9:58
Member 1212588812-Nov-15 9:58 

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.