Click here to Skip to main content
15,891,033 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.

 
GeneralRe: Not the Programming Question of the Week 2.0 Pin
megaadam2-Jun-16 3:45
professionalmegaadam2-Jun-16 3:45 
GeneralRe: Not the Programming Question of the Week 2.0 Pin
OriginalGriff2-Jun-16 3:48
mveOriginalGriff2-Jun-16 3:48 
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 
I have once created a C++/MFC database application (the first and only one) using an empty db file as template created with Access. Because it was my first one it was a good idea to use Access to create the database. You will have it ready quickly, Access provides necessary integrity checks, and you can use it with Access to play around with some data. I suggest to do this even when deciding to create the database programmatically because it can be used as reference file and you will become more familiar with Access database files.

The above mentioned application has become many updates meanwhile which includes database changings. So I had to write all those functions which are used to create, change, delete, and move tables, fields and queries to update existing database files. The current development version is now able to create the file itself and I'm going to use this with the next release.

The first parts that I have removed from the template were the stored queries because they changed most frequently (not only by db design changings but also by optimising them).

Because you have never used databases programmatically before, I suggest to do it in a smiliar way. If you have the time and interest you can still switch over to a programmatically created file.
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 
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 

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.