Click here to Skip to main content
15,914,820 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get the HWND of mfc DialogBox for .Net Pin
Mark Salsbery4-Dec-06 18:25
Mark Salsbery4-Dec-06 18:25 
GeneralRe: How to get the HWND of mfc DialogBox for .Net Pin
LaHaHa4-Dec-06 18:40
LaHaHa4-Dec-06 18:40 
Questionlock access to the desktop Pin
sridhar vattam30-Nov-06 17:14
sridhar vattam30-Nov-06 17:14 
QuestionHow can i add a view to a client Pin
flyalone30-Nov-06 16:09
flyalone30-Nov-06 16:09 
Questioninitializing a class derived from CDocument Pin
prithaa30-Nov-06 16:03
prithaa30-Nov-06 16:03 
QuestionHow to know when a document is done downloading Pin
Richard Andrew x6430-Nov-06 12:27
professionalRichard Andrew x6430-Nov-06 12:27 
AnswerRe: How to know when a document is done downloading Pin
Richard Andrew x6430-Nov-06 14:35
professionalRichard Andrew x6430-Nov-06 14:35 
QuestionPorting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan30-Nov-06 11:36
Christopher Duncan30-Nov-06 11:36 
Hey, guys.

My concert lighting app has been on the back burner for several years now. Having reached the point where I'm ready to start designing the lighting for my current show, I naturally found a few tweaks I wanted to make to the software. Tried to build it in VS 2003 and got a lot of whining about DAO being deprecated, and recalled that MFC is hard wired to DAO 3.5 (which the compiler also isn't liking). So, I guess I need to rewrite the db code. D'Oh! | :doh: Not what I had in mind when I opened the lid on this thing.

This is a standalone MFC app talking to a local Access db, and since it involved realtime control of moving lights, performance is a consideration. The current code is using the CDatabase / CRecordset approach. Since Microsoft has kicked DAO to the curb, I'm wondering what db technology I should port this to. I absolutely do not want to drag the .NET framework into the app.

Is there a new set of database access classes that plays nice with Access that are non .NET? I'd appreciate any suggestions you guys might have as it's currently dead in the water.

By the way, looked at the ADO forum, but it seems to be mostly SQL related topics. What I need is help porting an app to whatever non .NET API is appropriate for MFC.


AnswerRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery30-Nov-06 11:42
Mark Salsbery30-Nov-06 11:42 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan30-Nov-06 11:54
Christopher Duncan30-Nov-06 11:54 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery30-Nov-06 12:04
Mark Salsbery30-Nov-06 12:04 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan30-Nov-06 12:40
Christopher Duncan30-Nov-06 12:40 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery30-Nov-06 13:10
Mark Salsbery30-Nov-06 13:10 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan30-Nov-06 13:21
Christopher Duncan30-Nov-06 13:21 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery30-Nov-06 13:39
Mark Salsbery30-Nov-06 13:39 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan30-Nov-06 13:49
Christopher Duncan30-Nov-06 13:49 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery30-Nov-06 14:04
Mark Salsbery30-Nov-06 14:04 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan1-Dec-06 5:10
Christopher Duncan1-Dec-06 5:10 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery1-Dec-06 6:25
Mark Salsbery1-Dec-06 6:25 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan3-Dec-06 15:43
Christopher Duncan3-Dec-06 15:43 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery3-Dec-06 16:37
Mark Salsbery3-Dec-06 16:37 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan3-Dec-06 16:41
Christopher Duncan3-Dec-06 16:41 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery3-Dec-06 16:46
Mark Salsbery3-Dec-06 16:46 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Christopher Duncan3-Dec-06 16:48
Christopher Duncan3-Dec-06 16:48 
GeneralRe: Porting VC++ 6.0 / DAO to VS2003 - what's the best non .NET db API? Pin
Mark Salsbery3-Dec-06 17:04
Mark Salsbery3-Dec-06 17:04 

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.