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

C#

 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
Not Active5-Sep-10 2:59
mentorNot Active5-Sep-10 2:59 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff5-Sep-10 4:12
mveOriginalGriff5-Sep-10 4:12 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
Not Active5-Sep-10 5:07
mentorNot Active5-Sep-10 5:07 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff5-Sep-10 5:15
mveOriginalGriff5-Sep-10 5:15 
AnswerRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff4-Sep-10 6:05
mveOriginalGriff4-Sep-10 6:05 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
kai-best5-Sep-10 2:29
kai-best5-Sep-10 2:29 
AnswerRe: how to update listView on all clients machines when new data was added? Pin
kai-best5-Sep-10 2:44
kai-best5-Sep-10 2:44 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff5-Sep-10 4:10
mveOriginalGriff5-Sep-10 4:10 
Regretably, not a good idea - SQLCe is a good DB system, but it is only single user. You will have huge problems if you try to have multiple users access it. Worse, these problems may be intermittent.
If you want multi-user access, then stick with one of the big boys (SQL, MySql)
It is unusual to store passwords, mostly you would store a hash of the password instead - MD5 is common but should not be used for new projects as it is considered "broken". Try a google for SHA-2 which is .NET supported. The reasoning for this is that it is "impossible" to reverse the hash and work out a typeable password that matches the stored hash value.


Note: "Impossible" is why MD5 is considered broken - it has been shown that you can reverse it.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

GeneralRe: how to update listView on all clients machines when new data was added? [modified] Pin
kai-best6-Sep-10 3:22
kai-best6-Sep-10 3:22 
QuestionRule Engine Pin
Shubhabrata Mohanty4-Sep-10 3:45
Shubhabrata Mohanty4-Sep-10 3:45 
AnswerRe: Rule Engine Pin
dan!sh 4-Sep-10 4:40
professional dan!sh 4-Sep-10 4:40 
QuestionUpdating a progress bar in a loop Pin
Keith Vitali4-Sep-10 2:25
Keith Vitali4-Sep-10 2:25 
AnswerRe: Updating a progress bar in a loop Pin
Henry Minute4-Sep-10 3:25
Henry Minute4-Sep-10 3:25 
GeneralRe: Updating a progress bar in a loop Pin
Keith Vitali4-Sep-10 4:26
Keith Vitali4-Sep-10 4:26 
AnswerRe: Updating a progress bar in a loop Pin
PIEBALDconsult4-Sep-10 3:47
mvePIEBALDconsult4-Sep-10 3:47 
GeneralRe: Updating a progress bar in a loop Pin
Keith Vitali4-Sep-10 4:46
Keith Vitali4-Sep-10 4:46 
Questionhow many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
Gali19784-Sep-10 1:23
Gali19784-Sep-10 1:23 
AnswerRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
OriginalGriff4-Sep-10 1:45
mveOriginalGriff4-Sep-10 1:45 
AnswerRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
PIEBALDconsult4-Sep-10 3:42
mvePIEBALDconsult4-Sep-10 3:42 
AnswerRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
dan!sh 4-Sep-10 4:38
professional dan!sh 4-Sep-10 4:38 
GeneralRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
PIEBALDconsult6-Sep-10 16:45
mvePIEBALDconsult6-Sep-10 16:45 
QuestionInstaller doesn't register file types' icons properly. Pin
WebMaster3-Sep-10 10:07
WebMaster3-Sep-10 10:07 
AnswerRe: Installer doesn't register file types' icons properly. Pin
I Believe In GOD3-Sep-10 10:27
I Believe In GOD3-Sep-10 10:27 
GeneralRe: Installer doesn't register file types' icons properly. Pin
WebMaster3-Sep-10 11:32
WebMaster3-Sep-10 11:32 
GeneralRe: Installer doesn't register file types' icons properly. Pin
I Believe In GOD3-Sep-10 12:27
I Believe In GOD3-Sep-10 12:27 

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.