Click here to Skip to main content
15,894,343 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralHmmm...possibly confusing day. Pin
glennPattonWork32-Jun-16 2:32
professionalglennPattonWork32-Jun-16 2:32 
GeneralRe: Hmmm...possibly confusing day. Pin
Chris Quinn2-Jun-16 2:39
Chris Quinn2-Jun-16 2:39 
GeneralRe: Hmmm...possibly confusing day. Pin
GuyThiebaut2-Jun-16 2:44
professionalGuyThiebaut2-Jun-16 2:44 
GeneralRe: Hmmm...possibly confusing day. Pin
ZurdoDev2-Jun-16 3:07
professionalZurdoDev2-Jun-16 3:07 
GeneralRe: Hmmm...possibly confusing day. Pin
glennPattonWork32-Jun-16 3:23
professionalglennPattonWork32-Jun-16 3:23 
GeneralRe: Hmmm...possibly confusing day. Pin
Jochen Arndt2-Jun-16 3:06
professionalJochen Arndt2-Jun-16 3:06 
GeneralRe: Hmmm...possibly confusing day. Pin
OriginalGriff2-Jun-16 3:46
mveOriginalGriff2-Jun-16 3:46 
GeneralRe: Hmmm...possibly confusing day. Pin
kmoorevs2-Jun-16 6:33
kmoorevs2-Jun-16 6:33 
Access has a bad reputation among developers, but it actually works perfectly fine for some situations where you don't want to have to install sql server, or where portability is desired. The only time I would warn against using Access is if your application will be handling more than a few concurrent users. If it's a single user app, it will work just fine.

Other options:
0: sql compact (portable, but doesn't allow views)
1: sql server as a cloud service (such as Azure) (portability becomes a non-issue, but requires an internet connection)
2: sqllite (never used it, but also a single-file format)

...or, you could write the application to support multiple database types using oledb objects. This is what we do here...customers can use either Access or SQL Server depending on their needs. I'd still stick with Access for the design and query building. (my preference when working with Access is actually using Access 2003 as I hate the interface for the newer versions. Good luck! Smile | :)
"Go forth into the source" - Neal Morse

GeneralRe: Hmmm...possibly confusing day. Pin
Mycroft Holmes2-Jun-16 14:46
professionalMycroft Holmes2-Jun-16 14:46 
GeneralRe: Hmmm...possibly confusing day. Pin
Chris Ross 23-Jun-16 5:18
Chris Ross 23-Jun-16 5:18 
General14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
ZurdoDev2-Jun-16 2:23
professionalZurdoDev2-Jun-16 2:23 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
Slacker0072-Jun-16 2:29
professionalSlacker0072-Jun-16 2:29 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
ZurdoDev2-Jun-16 2:35
professionalZurdoDev2-Jun-16 2:35 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
Slacker0072-Jun-16 2:38
professionalSlacker0072-Jun-16 2:38 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
megaadam2-Jun-16 2:35
professionalmegaadam2-Jun-16 2:35 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
ZurdoDev2-Jun-16 2:36
professionalZurdoDev2-Jun-16 2:36 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
User 592412-Jun-16 2:37
User 592412-Jun-16 2:37 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
Slacker0072-Jun-16 2:39
professionalSlacker0072-Jun-16 2:39 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
User 592412-Jun-16 2:40
User 592412-Jun-16 2:40 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
George Jonsson2-Jun-16 4:23
professionalGeorge Jonsson2-Jun-16 4:23 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
Mycroft Holmes2-Jun-16 14:50
professionalMycroft Holmes2-Jun-16 14:50 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
George Jonsson2-Jun-16 16:12
professionalGeorge Jonsson2-Jun-16 16:12 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
F-ES Sitecore2-Jun-16 3:54
professionalF-ES Sitecore2-Jun-16 3:54 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
ZurdoDev2-Jun-16 3:58
professionalZurdoDev2-Jun-16 3:58 
GeneralRe: 14-Year-old CEO Turned Down $30 Million Offer for His Start Up Pin
F-ES Sitecore2-Jun-16 4:03
professionalF-ES Sitecore2-Jun-16 4:03 

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.