Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Designer Problem Pin
OriginalGriff9-Apr-14 21:54
mveOriginalGriff9-Apr-14 21:54 
GeneralRe: Designer Problem Pin
Meysam Toluie9-Apr-14 22:36
Meysam Toluie9-Apr-14 22:36 
GeneralRe: Designer Problem Pin
OriginalGriff9-Apr-14 22:57
mveOriginalGriff9-Apr-14 22:57 
GeneralRe: Designer Problem Pin
Meysam Toluie9-Apr-14 23:23
Meysam Toluie9-Apr-14 23:23 
GeneralRe: Designer Problem Pin
Dave Kreskowiak10-Apr-14 2:26
mveDave Kreskowiak10-Apr-14 2:26 
AnswerRe: Designer Problem Pin
V.10-Apr-14 22:57
professionalV.10-Apr-14 22:57 
QuestionWhen to read data tables? Pin
Shady George9-Apr-14 11:26
Shady George9-Apr-14 11:26 
AnswerRe: When to read data tables? Pin
OriginalGriff9-Apr-14 20:29
mveOriginalGriff9-Apr-14 20:29 
It really all depends on what you are doing! Laugh | :laugh:
There is no "this is best" solution - or we would all just use that and the other solutions would fall by the wayside...

The SQL server SQLite decision is a case in point: Are you expecting only one person to use the information, or multiple people? If it's one person, then yes, SQL Server can be overkill. But if it's two people who need access to the DB, then a server based solution (SQL Server or MySql) is absolutely a good idea, and SQLite is a very poor decision because it will give you enormous hassles. But...Yesterday I spent ten minutes swapping one of my utility apps from SQLCE to SQL Server despite being the only person who uses it, simply because I was fed up with the low speed on start up / shut down - so it's isn't always as black and white as it seems... Laugh | :laugh:

The tables are the same: it depends what you are doing! I have systems which do it both ways: but generally if two people can change the data, then local caching becomes a problem, unless you use some SQL triggering to force an update on your application - which is not a trivial job!

So no, we can't tell you which way to go: just keep you data layer separate from your business and presentation layers so if you did chose the wrong solution, you can "undo" it as easily as possible!
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: When to read data tables? Pin
Shady George9-Apr-14 22:13
Shady George9-Apr-14 22:13 
GeneralRe: When to read data tables? Pin
OriginalGriff9-Apr-14 22:19
mveOriginalGriff9-Apr-14 22:19 
GeneralRe: When to read data tables? Pin
joost.versteegen10-Apr-14 1:40
joost.versteegen10-Apr-14 1:40 
QuestionRe: When to read data tables? Pin
Eddy Vluggen10-Apr-14 2:59
professionalEddy Vluggen10-Apr-14 2:59 
AnswerRe: When to read data tables? Pin
joost.versteegen10-Apr-14 3:35
joost.versteegen10-Apr-14 3:35 
SuggestionRe: When to read data tables? Pin
Eddy Vluggen10-Apr-14 6:41
professionalEddy Vluggen10-Apr-14 6:41 
GeneralRe: When to read data tables? Pin
joost.versteegen10-Apr-14 7:57
joost.versteegen10-Apr-14 7:57 
QuestionLooking for a new file editor Pin
MacRaider49-Apr-14 4:11
MacRaider49-Apr-14 4:11 
AnswerRe: Looking for a new file editor Pin
GuyThiebaut9-Apr-14 4:57
professionalGuyThiebaut9-Apr-14 4:57 
GeneralRe: Looking for a new file editor Pin
MacRaider49-Apr-14 5:13
MacRaider49-Apr-14 5:13 
AnswerRe: Looking for a new file editor Pin
Pete O'Hanlon9-Apr-14 5:19
mvePete O'Hanlon9-Apr-14 5:19 
GeneralRe: Looking for a new file editor Pin
MacRaider49-Apr-14 6:17
MacRaider49-Apr-14 6:17 
AnswerRe: Looking for a new file editor Pin
Ron Nicholson9-Apr-14 6:39
professionalRon Nicholson9-Apr-14 6:39 
AnswerRe: Looking for a new file editor Pin
BillWoodruff9-Apr-14 14:47
professionalBillWoodruff9-Apr-14 14:47 
Questionserial port of Huawei modem Pin
ASalamBarket8-Apr-14 23:28
ASalamBarket8-Apr-14 23:28 
AnswerRe: serial port of Huawei modem Pin
Dave Kreskowiak9-Apr-14 2:32
mveDave Kreskowiak9-Apr-14 2:32 
NewsMessage Closed Pin
8-Apr-14 22:06
cpquest8-Apr-14 22:06 

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.