Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Keboard character to localized string Pin
Abyss5-Oct-05 2:17
Abyss5-Oct-05 2:17 
QuestionQuestion to the Gurus Pin
Jagadeesh VN4-Oct-05 20:21
Jagadeesh VN4-Oct-05 20:21 
AnswerRe: Question to the Gurus Pin
Roger Stoltz4-Oct-05 22:14
Roger Stoltz4-Oct-05 22:14 
GeneralRe: Question to the Gurus Pin
Jagadeesh VN5-Oct-05 0:31
Jagadeesh VN5-Oct-05 0:31 
GeneralRe: Question to the Gurus Pin
Roger Stoltz5-Oct-05 2:58
Roger Stoltz5-Oct-05 2:58 
Questionerror trying to open my database 'Unrecongized database format' Pin
parims4-Oct-05 20:18
parims4-Oct-05 20:18 
AnswerRe: error trying to open my database 'Unrecongized database format' Pin
S Douglas4-Oct-05 23:24
professionalS Douglas4-Oct-05 23:24 
AnswerRe: error trying to open my database 'Unrecongized database format' Pin
Manfred Staiger4-Oct-05 23:28
Manfred Staiger4-Oct-05 23:28 
I think you problem is that you are using ACCESS 2000 or newer (that means Jet Engine 4.x). Then you need to trigger the use of DAO 3.6 instead of DAO 3.5 which is the default of the MFC DAO classes in VS6.
If you use MFC in a shared DLL, you can easily resolve this problem by putting the line:

AfxGetModuleState()->m_dwVersion = 0x0601;

into your code before you call AfxDaoInit().

Hope this helps


MS
GeneralRe: error trying to open my database 'Unrecongized database format' Pin
S Douglas4-Oct-05 23:44
professionalS Douglas4-Oct-05 23:44 
QuestionCTreeCtrl::HitTest returns NULL Pin
*Dreamz4-Oct-05 19:28
*Dreamz4-Oct-05 19:28 
Questionbreakpoint format Pin
Fumber kee4-Oct-05 18:32
sussFumber kee4-Oct-05 18:32 
QuestionHow to share a structure between a thread and the main program. Pin
4-Oct-05 18:28
suss4-Oct-05 18:28 
AnswerRe: How to share a structure between a thread and the main program. Pin
Cedric Moonen4-Oct-05 20:22
Cedric Moonen4-Oct-05 20:22 
GeneralRe: How to share a structure between a thread and the main program. Pin
Axter4-Oct-05 20:32
professionalAxter4-Oct-05 20:32 
GeneralRe: How to share a structure between a thread and the main program. Pin
Anonymous9-Oct-05 17:37
Anonymous9-Oct-05 17:37 
GeneralRe: How to share a structure between a thread and the main program. Pin
stkl6-Oct-05 20:06
stkl6-Oct-05 20:06 
QuestionHow to get the "all programs " menu handle? Pin
xavierkdna4-Oct-05 18:04
xavierkdna4-Oct-05 18:04 
QuestionProcess Name From Process handle Pin
ragavan4-Oct-05 18:00
ragavan4-Oct-05 18:00 
QuestionPosting string to window Pin
sthalasayanam4-Oct-05 17:39
sthalasayanam4-Oct-05 17:39 
AnswerRe: Posting string to window Pin
ThatsAlok4-Oct-05 18:33
ThatsAlok4-Oct-05 18:33 
GeneralRe: Posting string to window Pin
sthalasayanam5-Oct-05 16:50
sthalasayanam5-Oct-05 16:50 
GeneralRe: Posting string to window Pin
ThatsAlok5-Oct-05 17:46
ThatsAlok5-Oct-05 17:46 
QuestionEVC++ Pin
SatYr_844-Oct-05 13:40
SatYr_844-Oct-05 13:40 
AnswerRe: EVC++ Pin
SatYr_844-Oct-05 13:45
SatYr_844-Oct-05 13:45 
AnswerRe: EVC++ Pin
Rajesh match4-Oct-05 19:27
Rajesh match4-Oct-05 19:27 

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.