Click here to Skip to main content
15,896,726 members
Home / Discussions / C#
   

C#

 
GeneralRe: getting Past School Firewalls Pin
MicealG6-Sep-07 3:28
MicealG6-Sep-07 3:28 
GeneralRe: getting Past School Firewalls Pin
Dave Kreskowiak6-Sep-07 4:58
mveDave Kreskowiak6-Sep-07 4:58 
JokeRe: getting Past School Firewalls Pin
Jason Hanford-Smith6-Sep-07 7:32
Jason Hanford-Smith6-Sep-07 7:32 
QuestionRight tool for the job Pin
Senseicads6-Sep-07 2:28
Senseicads6-Sep-07 2:28 
AnswerRe: Right tool for the job Pin
Christian Graus6-Sep-07 2:38
protectorChristian Graus6-Sep-07 2:38 
AnswerRe: Right tool for the job Pin
Pete O'Hanlon6-Sep-07 2:51
mvePete O'Hanlon6-Sep-07 2:51 
GeneralRe: Right tool for the job Pin
Senseicads6-Sep-07 2:55
Senseicads6-Sep-07 2:55 
AnswerRe: Right tool for the job Pin
J4amieC6-Sep-07 2:54
J4amieC6-Sep-07 2:54 
For all the reason Cristian said - you go ahead and make whatever decision you feel happy with - this is after all just a learning excercise for you!

However, consider this; Say you start using your bugtracking app as single user with an access database installed right there with the application itself, and somebody else wants to be able to add/edit/view bugs. Now do you:

a) Install him as another single-user with its own database. Beraing in mind you now have 2 databases filled with bugs. (Add another imaginary 100 users... it starts getting very fragmented)

b) Rewrite the app to use a centralised database and install both users (plus the 100 more) on the new app.


Anyway, im just pointing out some things to think about. As a learning exercise you might want to look into "Data Abstraction" which basically means that you build your app to be database agnostic and when the time comes to upscale from Access to SQLServer or SQLExpress or Oracle or whatever its as simple as a reconfiguration (rather than a recode).




GeneralRe: Right tool for the job Pin
Senseicads6-Sep-07 3:01
Senseicads6-Sep-07 3:01 
GeneralRe: Right tool for the job Pin
Christian Graus6-Sep-07 3:10
protectorChristian Graus6-Sep-07 3:10 
AnswerRe: Right tool for the job Pin
Rick van Woudenberg6-Sep-07 9:17
Rick van Woudenberg6-Sep-07 9:17 
QuestionHashtable vs Dictionary. Pin
nasambur6-Sep-07 2:06
nasambur6-Sep-07 2:06 
AnswerRe: Hashtable vs Dictionary. Pin
Sandeep Akhare6-Sep-07 2:12
Sandeep Akhare6-Sep-07 2:12 
AnswerRe: Hashtable vs Dictionary. Pin
Pete O'Hanlon6-Sep-07 2:49
mvePete O'Hanlon6-Sep-07 2:49 
AnswerRe: Hashtable vs Dictionary. Pin
Matthew Cuba6-Sep-07 4:47
Matthew Cuba6-Sep-07 4:47 
GeneralRe: Hashtable vs Dictionary. Pin
Jason Hanford-Smith6-Sep-07 7:13
Jason Hanford-Smith6-Sep-07 7:13 
GeneralRe: Hashtable vs Dictionary. Pin
Matthew Cuba6-Sep-07 7:32
Matthew Cuba6-Sep-07 7:32 
GeneralRe: Hashtable vs Dictionary. Pin
Jason Hanford-Smith6-Sep-07 7:43
Jason Hanford-Smith6-Sep-07 7:43 
GeneralRe: Hashtable vs Dictionary. Pin
Matthew Cuba6-Sep-07 7:53
Matthew Cuba6-Sep-07 7:53 
GeneralRe: Hashtable vs Dictionary. Pin
Jason Hanford-Smith6-Sep-07 9:12
Jason Hanford-Smith6-Sep-07 9:12 
GeneralRe: Hashtable vs Dictionary. Pin
Matthew Cuba6-Sep-07 9:18
Matthew Cuba6-Sep-07 9:18 
QuestionFlickering PictureBoxes in C# Pin
Ermak866-Sep-07 1:59
Ermak866-Sep-07 1:59 
AnswerRe: Flickering PictureBoxes in C# Pin
Christian Graus6-Sep-07 2:11
protectorChristian Graus6-Sep-07 2:11 
GeneralRe: Flickering PictureBoxes in C# Pin
Ermak866-Sep-07 2:14
Ermak866-Sep-07 2:14 
GeneralRe: Flickering PictureBoxes in C# Pin
Christian Graus6-Sep-07 2:39
protectorChristian Graus6-Sep-07 2:39 

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.