Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: getting Past School Firewalls Pin
MicealG6-Sep-07 3:09
MicealG6-Sep-07 3:09 
GeneralRe: getting Past School Firewalls Pin
Pete O'Hanlon6-Sep-07 3:13
mvePete O'Hanlon6-Sep-07 3:13 
GeneralRe: getting Past School Firewalls Pin
MicealG6-Sep-07 3:15
MicealG6-Sep-07 3:15 
GeneralRe: getting Past School Firewalls Pin
Christian Graus6-Sep-07 3:18
protectorChristian Graus6-Sep-07 3:18 
GeneralRe: getting Past School Firewalls Pin
Pete O'Hanlon6-Sep-07 3:19
mvePete O'Hanlon6-Sep-07 3:19 
GeneralRe: getting Past School Firewalls Pin
J4amieC6-Sep-07 3:21
J4amieC6-Sep-07 3:21 
GeneralRe: getting Past School Firewalls Pin
MicealG6-Sep-07 3:27
MicealG6-Sep-07 3:27 
GeneralRe: getting Past School Firewalls Pin
Colin Angus Mackay6-Sep-07 4:53
Colin Angus Mackay6-Sep-07 4:53 
GeneralRe: getting Past School Firewalls Pin
led mike6-Sep-07 4:28
led mike6-Sep-07 4:28 
GeneralRe: getting Past School Firewalls Pin
Colin Angus Mackay6-Sep-07 4:50
Colin Angus Mackay6-Sep-07 4:50 
GeneralRe: getting Past School Firewalls Pin
Dave Kreskowiak6-Sep-07 4:54
mveDave Kreskowiak6-Sep-07 4:54 
AnswerRe: getting Past School Firewalls Pin
Pete O'Hanlon6-Sep-07 3:07
mvePete O'Hanlon6-Sep-07 3:07 
AnswerRe: getting Past School Firewalls Pin
MicealG6-Sep-07 3:13
MicealG6-Sep-07 3:13 
GeneralRe: getting Past School Firewalls Pin
Christian Graus6-Sep-07 3:16
protectorChristian Graus6-Sep-07 3:16 
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 
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 
Hi Cads,

Don't let anyone tell you what to do or use in all aspects of life, and programming in particular.Just do or use what works for you. You can't telkl from the frontend what you're using. Hell, I wrote programs that use an excelsheet to store my data. Saves a lot of hassle. Just use access. It's a very good database ( well, it is classed as a database ) for storing simple values. I would only recommend a more professional database if you're planning on storing Megs and Megs of data and use complicated stored procedures. This isn't the case in your application so go for access. Another pro of using access is that it's just one file, where SQL or any other DB for that matter has to be installed, instances created, etc.etc. Lots of headaches and not user friendly. Stick with access.

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.