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

C#

 
GeneralRe: how to blink a row when particular column value is todays date - VB - Access code Pin
Alaric_31-Oct-14 2:39
professionalAlaric_31-Oct-14 2:39 
AnswerRe: how to blink a row when particular column value is todays date - VB - Access code Pin
Gerry Schmitz30-Oct-14 0:05
mveGerry Schmitz30-Oct-14 0:05 
Questionhangman code in C Pin
Member 1118939529-Oct-14 10:49
Member 1118939529-Oct-14 10:49 
AnswerRe: hangman code in C Pin
Eddy Vluggen29-Oct-14 10:53
professionalEddy Vluggen29-Oct-14 10:53 
Questionc#.net desktop application Deployment issue Pin
aarav1234529-Oct-14 7:55
aarav1234529-Oct-14 7:55 
AnswerRe: c#.net desktop application Deployment issue Pin
Pete O'Hanlon29-Oct-14 8:25
mvePete O'Hanlon29-Oct-14 8:25 
GeneralRe: c#.net desktop application Deployment issue Pin
aarav1234529-Oct-14 8:29
aarav1234529-Oct-14 8:29 
GeneralRe: c#.net desktop application Deployment issue Pin
OriginalGriff29-Oct-14 9:13
mveOriginalGriff29-Oct-14 9:13 
If you want to use a multiuser database in you application, then SQL server (express edition or teh full monty) is the way to go: but it come with a cost - and a pretty big one. SQL server is a big complicated package, and it isn't something you should expect the "average joe" to install. Heck, I have to Google for instructions every time I do it because it is horribly easy to get get it wrong!
Even asking the user if he needs it probably indicates you are doing something wrong: if two users in the same company install your software, you probably want them to share the data - they are not likely to know if it is installed, so they will probably install a new version - and then there is no data sharing!

If you app can use the database as a single user, then think carefully about if you actually need SQL server at all: SQLite, SQLCE, or even Access can handle 90% or more of what SqlServer can do for a single user, without needing a big, slow, cumbersome server installation (a couple of DLLs is all you need).
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

QuestionOld famous problem. Access to Form1 from other namespace Pin
Member 1115157129-Oct-14 5:37
Member 1115157129-Oct-14 5:37 
QuestionRe: Old famous problem. Access to Form1 from other namespace Pin
Richard MacCutchan29-Oct-14 5:53
mveRichard MacCutchan29-Oct-14 5:53 
AnswerRe: Old famous problem. Access to Form1 from other namespace Pin
Dave Kreskowiak29-Oct-14 5:53
mveDave Kreskowiak29-Oct-14 5:53 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 22:06
Member 1115157130-Oct-14 22:06 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Dave Kreskowiak31-Oct-14 7:44
mveDave Kreskowiak31-Oct-14 7:44 
AnswerRe: Old famous problem. Access to Form1 from other namespace Pin
Pete O'Hanlon29-Oct-14 5:54
mvePete O'Hanlon29-Oct-14 5:54 
SuggestionRe: Old famous problem. Access to Form1 from other namespace Pin
Richard Deeming29-Oct-14 6:46
mveRichard Deeming29-Oct-14 6:46 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 22:08
Member 1115157130-Oct-14 22:08 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 4:19
Member 1115157130-Oct-14 4:19 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Pete O'Hanlon30-Oct-14 4:29
mvePete O'Hanlon30-Oct-14 4:29 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 5:42
Member 1115157130-Oct-14 5:42 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Pete O'Hanlon30-Oct-14 5:44
mvePete O'Hanlon30-Oct-14 5:44 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 6:29
Member 1115157130-Oct-14 6:29 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Pete O'Hanlon30-Oct-14 7:05
mvePete O'Hanlon30-Oct-14 7:05 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 10:18
Member 1115157130-Oct-14 10:18 
AnswerRe: Old famous problem. Access to Form1 from other namespace Pin
OriginalGriff29-Oct-14 6:01
mveOriginalGriff29-Oct-14 6:01 
GeneralRe: Old famous problem. Access to Form1 from other namespace Pin
Member 1115157130-Oct-14 22:10
Member 1115157130-Oct-14 22:10 

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.