Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: iso_8583 message Pin
khushboo gupta24-Apr-13 20:17
khushboo gupta24-Apr-13 20:17 
GeneralRe: iso_8583 message Pin
Jochen Arndt24-Apr-13 21:13
professionalJochen Arndt24-Apr-13 21:13 
GeneralRe: iso_8583 message Pin
khushboo gupta24-Apr-13 22:32
khushboo gupta24-Apr-13 22:32 
GeneralRe: iso_8583 message Pin
Richard MacCutchan24-Apr-13 22:58
mveRichard MacCutchan24-Apr-13 22:58 
QuestionMCI wave player Pin
Vijay Ku. Soni23-Apr-13 0:15
Vijay Ku. Soni23-Apr-13 0:15 
AnswerRe: MCI wave player Pin
Marco Bertschi23-Apr-13 2:32
protectorMarco Bertschi23-Apr-13 2:32 
QuestionCDaoDatabase for Opening MS-Access Pin
D.Manivelan22-Apr-13 23:32
D.Manivelan22-Apr-13 23:32 
AnswerRe: CDaoDatabase for Opening MS-Access Pin
Jochen Arndt23-Apr-13 0:03
professionalJochen Arndt23-Apr-13 0:03 
The error message indicates that the database has been opened by another application with exclusive access or the user hasn't sufficient privileges to access the database file.

When using the CDaoDatabase class, pass FALSE as second parameter to the Open() function.

When using Access, it must be configured to open files in shared mode (this is the default).

The database file must be readable and writable for the users.

See also Ways to share an Access database[^].
QuestionMulti Threaded ::ShowWindow(...) Pin
Bram van Kampen22-Apr-13 13:58
Bram van Kampen22-Apr-13 13:58 
AnswerRe: Multi Threaded ::ShowWindow(...) Pin
«_Superman_»22-Apr-13 17:07
professional«_Superman_»22-Apr-13 17:07 
QuestionRe: Multi Threaded ::ShowWindow(...) Pin
David Crow23-Apr-13 4:53
David Crow23-Apr-13 4:53 
AnswerRe: Multi Threaded ::ShowWindow(...) Pin
«_Superman_»23-Apr-13 17:35
professional«_Superman_»23-Apr-13 17:35 
GeneralRe: Multi Threaded ::ShowWindow(...) Pin
David Crow24-Apr-13 2:07
David Crow24-Apr-13 2:07 
Questionget all domains form adsi forest Pin
venkatesh5286722-Apr-13 0:29
venkatesh5286722-Apr-13 0:29 
QuestionThreads and messages - is this legal? Pin
charlieg21-Apr-13 15:31
charlieg21-Apr-13 15:31 
AnswerRe: Threads and messages - is this legal? Pin
pasztorpisti21-Apr-13 19:28
pasztorpisti21-Apr-13 19:28 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 4:34
charlieg22-Apr-13 4:34 
GeneralRe: Threads and messages - is this legal? Pin
pasztorpisti22-Apr-13 6:46
pasztorpisti22-Apr-13 6:46 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 11:20
charlieg22-Apr-13 11:20 
GeneralRe: Threads and messages - is this legal? Pin
PJ Arends22-Apr-13 12:00
professionalPJ Arends22-Apr-13 12:00 
GeneralRe: Threads and messages - is this legal? Pin
charlieg22-Apr-13 11:20
charlieg22-Apr-13 11:20 
GeneralRe: Threads and messages - is this legal? Pin
pasztorpisti22-Apr-13 22:46
pasztorpisti22-Apr-13 22:46 
AnswerRe: Threads and messages - is this legal? Pin
Stephen Hewitt22-Apr-13 20:48
Stephen Hewitt22-Apr-13 20:48 
GeneralRe: Threads and messages - is this legal? Pin
charlieg23-Apr-13 14:17
charlieg23-Apr-13 14:17 
QuestionName Space Vs Include Pin
Bram van Kampen21-Apr-13 14:51
Bram van Kampen21-Apr-13 14:51 

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.