Click here to Skip to main content
15,920,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog fails to open Pin
TallAndyB19-Feb-04 3:48
TallAndyB19-Feb-04 3:48 
GeneralRe: Dialog fails to open Pin
RChin19-Feb-04 4:10
RChin19-Feb-04 4:10 
GeneralRe: Dialog fails to open Pin
TallAndyB19-Feb-04 4:19
TallAndyB19-Feb-04 4:19 
GeneralRe: Dialog fails to open Pin
David Crow19-Feb-04 5:45
David Crow19-Feb-04 5:45 
GeneralRe: Dialog fails to open Pin
TallAndyB19-Feb-04 6:39
TallAndyB19-Feb-04 6:39 
GeneralCDialogBar / MDI Question.. should be easy Pin
RobJones19-Feb-04 3:45
RobJones19-Feb-04 3:45 
GeneralNever mind.. Pin
RobJones19-Feb-04 6:10
RobJones19-Feb-04 6:10 
GeneralDatabase Design Question Pin
Nitron19-Feb-04 3:38
Nitron19-Feb-04 3:38 
Ok, so I'm writing a multi-user database app. The downside is that I am interfacing with Access databases. Now it's not like hundreds of users, but maybe tens of users, so here is my design dilemma...

Should I:

A. Create a connection to the database and keep that connection open during the application lifetime.

B. Create a connection to the database, buffer the data, close the connection, and then only reconnect to commit changes.

C. Open and close the connection each time data is updated WITHOUT buffering the data.

D. Some other idea?

~Nitron.
ññòòïðïðB A
start

GeneralRe: Database Design Question Pin
RChin19-Feb-04 4:21
RChin19-Feb-04 4:21 
GeneralRe: Database Design Question Pin
basementman19-Feb-04 8:05
basementman19-Feb-04 8:05 
Generaltime synchronisation Pin
styve19-Feb-04 3:36
styve19-Feb-04 3:36 
GeneralRe: time synchronisation Pin
David Crow19-Feb-04 5:50
David Crow19-Feb-04 5:50 
GeneralMake Edit Control un-editable Pin
J.B.19-Feb-04 3:27
J.B.19-Feb-04 3:27 
GeneralRe: Make Edit Control un-editable Pin
Maximilien19-Feb-04 3:37
Maximilien19-Feb-04 3:37 
GeneralRe: Make Edit Control un-editable Pin
dabs19-Feb-04 3:50
dabs19-Feb-04 3:50 
GeneralRe: Make Edit Control un-editable Pin
David Crow19-Feb-04 5:54
David Crow19-Feb-04 5:54 
GeneralRe: Make Edit Control un-editable Pin
Prakash Nadar19-Feb-04 6:17
Prakash Nadar19-Feb-04 6:17 
GeneralRe: Make Edit Control un-editable Pin
David Crow19-Feb-04 6:46
David Crow19-Feb-04 6:46 
GeneralRe: Make Edit Control un-editable Pin
Steve S19-Feb-04 7:30
Steve S19-Feb-04 7:30 
GeneralRe: Make Edit Control un-editable Pin
Prakash Nadar19-Feb-04 14:07
Prakash Nadar19-Feb-04 14:07 
GeneralRe: Make Edit Control un-editable Pin
Ravi Bhavnani19-Feb-04 7:26
professionalRavi Bhavnani19-Feb-04 7:26 
GeneralRe: Make Edit Control un-editable Pin
J.B.19-Feb-04 15:38
J.B.19-Feb-04 15:38 
GeneralRe: Make Edit Control un-editable Pin
Ravi Bhavnani20-Feb-04 4:09
professionalRavi Bhavnani20-Feb-04 4:09 
GeneralRe: Make Edit Control un-editable Pin
J.B.20-Feb-04 5:12
J.B.20-Feb-04 5:12 
QuestionHow do I create AVI animation from series of BMPs? Pin
johannks19-Feb-04 3:23
johannks19-Feb-04 3:23 

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.