Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
QuestionC# - Interview Questions/Areas Pin
AJ12323-Dec-05 8:58
AJ12323-Dec-05 8:58 
AnswerRe: C# - Interview Questions/Areas Pin
Steve Maier23-Dec-05 9:14
professionalSteve Maier23-Dec-05 9:14 
AnswerRe: C# - Interview Questions/Areas Pin
Curtis Schlak.24-Dec-05 8:22
Curtis Schlak.24-Dec-05 8:22 
QuestionDataTable ExtendedProperties are gone after I serialize to XML Pin
Guinness4Strength23-Dec-05 8:31
Guinness4Strength23-Dec-05 8:31 
QuestionIcons Pin
eggsovereasy23-Dec-05 6:48
eggsovereasy23-Dec-05 6:48 
AnswerRe: Icons Pin
Gerben Jongerius23-Dec-05 7:48
Gerben Jongerius23-Dec-05 7:48 
QuestionChange Password MS Access Database Pin
thepolishguy23-Dec-05 5:29
thepolishguy23-Dec-05 5:29 
AnswerRe: Change Password MS Access Database Pin
Xodiak24-Dec-05 8:00
Xodiak24-Dec-05 8:00 
not sure about this, but its probably not a good idea to use direct sql/access passwords for logging into a database.

a better approach might be to have a default login with public access. and then have a table with user names and password combination.

at the login screen, a query (using the default login) is done of that user table, and if a successful match is found then they are allowed to enter the application (with all queryies being run with the default access login).

changeing passwords would then be fairly simple, it would only be change to the table that holds all your users.

as far as tracking changes to rows, a unique session id can be created when a user logs in, and this ID can be used to track changes of data (like if someone decides to save somethign in the data base, the session id would be inserted with the row, and that session id would like to a user name)

not sure about best practices, but this approach seems resonable.
not sure about concurrency issues with access when it comes to using a single username and password to log into a database for multiple users....

Questionoracle8i&System.Data.OracleClient Pin
Silly Boy23-Dec-05 5:20
Silly Boy23-Dec-05 5:20 
AnswerRe: oracle8i&System.Data.OracleClient Pin
Dave Kreskowiak23-Dec-05 6:22
mveDave Kreskowiak23-Dec-05 6:22 
QuestionHow to Compile an Application So that the Files in Application Folder are Delete-Protected Pin
thepolishguy23-Dec-05 4:22
thepolishguy23-Dec-05 4:22 
AnswerRe: How to Compile an Application So that the Files in Application Folder are Delete-Protected Pin
KaptinKrunch23-Dec-05 5:05
KaptinKrunch23-Dec-05 5:05 
AnswerRe: How to Compile an Application So that the Files in Application Folder are Delete-Protected Pin
Curtis Schlak.24-Dec-05 8:33
Curtis Schlak.24-Dec-05 8:33 
QuestionDetermining window's Classname? Pin
SirErugor23-Dec-05 4:05
SirErugor23-Dec-05 4:05 
AnswerRe: Determining window's Classname? Pin
KaptinKrunch23-Dec-05 4:10
KaptinKrunch23-Dec-05 4:10 
GeneralRe: Determining window's Classname? Pin
SirErugor23-Dec-05 4:26
SirErugor23-Dec-05 4:26 
QuestionWhat is the RegEx Pattern for filtering File Extensions? Pin
redfish3423-Dec-05 2:46
redfish3423-Dec-05 2:46 
AnswerRe: What is the RegEx Pattern for filtering File Extensions? Pin
Carsten Zeumer23-Dec-05 2:51
Carsten Zeumer23-Dec-05 2:51 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
redfish3423-Dec-05 3:03
redfish3423-Dec-05 3:03 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
Carsten Zeumer23-Dec-05 3:45
Carsten Zeumer23-Dec-05 3:45 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
redfish3423-Dec-05 3:39
redfish3423-Dec-05 3:39 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
Carsten Zeumer23-Dec-05 3:59
Carsten Zeumer23-Dec-05 3:59 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
leppie23-Dec-05 12:22
leppie23-Dec-05 12:22 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
KaptinKrunch23-Dec-05 5:09
KaptinKrunch23-Dec-05 5:09 
GeneralRe: What is the RegEx Pattern for filtering File Extensions? Pin
redfish3424-Dec-05 0:33
redfish3424-Dec-05 0:33 

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.