Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHas anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 0:25
WREY4-Jul-03 0:25 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Michael P Butler4-Jul-03 0:32
Michael P Butler4-Jul-03 0:32 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 1:09
WREY4-Jul-03 1:09 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
John M. Drescher4-Jul-03 3:09
John M. Drescher4-Jul-03 3:09 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Scozturk4-Jul-03 1:20
professionalScozturk4-Jul-03 1:20 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 7:29
WREY4-Jul-03 7:29 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Manfred Staiger7-Jul-03 4:26
Manfred Staiger7-Jul-03 4:26 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY7-Jul-03 7:18
WREY7-Jul-03 7:18 
All that you've said is true (and I fully agree with them all), from the use of calling AfxGetModuleState() to the use of Access97 for binding the first time.

The situations I'm facing are:

1) I don't have Access97 to use for that first time binding. (I have Access 2K.)

2) I am trying to create an MDI application and I don't have an old MDI DAO program which I can cannibalize to obtain the sort of binding I would be needing.

========================

So far, after a lot of trials and errors (plural), the nearest I've come to AppWizard delivering something closest to what I'm looking for, is to specify to it that I'll be using CFormView as the base class for my view. NO LUCK when it came to have it provide a CDaoDatabase class, or anything close to it from which I could derive my database. Document class I got, but nothing else. (I even tried inserting my own database class and derived it from CDaoDatabase, but that didn't work either. It seemed it needed that early binding when the program was created for it to interface with the database.)

The frustrating thing about all these exercises (meaning, the trials and errors), is that you waste more time trying to get to the point of finding something from which you can begin doing your REAL work. As it is, I haven't reached that point yet, so in a true sense, I haven't started any programming activities.

Hmmm | :|


William

Fortes in fide et opere!
GeneralDisabling keyboard buttons Pin
Scozturk3-Jul-03 23:50
professionalScozturk3-Jul-03 23:50 
GeneralRe: Disabling keyboard buttons Pin
Rage4-Jul-03 0:45
professionalRage4-Jul-03 0:45 
GeneralRe: Disabling keyboard buttons Pin
Scozturk4-Jul-03 1:14
professionalScozturk4-Jul-03 1:14 
GeneralRe: Disabling keyboard buttons Pin
Ryan Binns4-Jul-03 1:30
Ryan Binns4-Jul-03 1:30 
GeneralIncluding DLL's in EXE file Pin
BoudewijnEctor3-Jul-03 23:44
BoudewijnEctor3-Jul-03 23:44 
GeneralRe: Including DLL's in EXE file Pin
Ryan Binns4-Jul-03 0:48
Ryan Binns4-Jul-03 0:48 
GeneralRe: Including DLL's in EXE file Pin
Dominik Reichl4-Jul-03 2:30
Dominik Reichl4-Jul-03 2:30 
GeneralRe: Including DLL's in EXE file Pin
Navin4-Jul-03 7:07
Navin4-Jul-03 7:07 
GeneralSetups for networks Pin
BoudewijnEctor3-Jul-03 23:36
BoudewijnEctor3-Jul-03 23:36 
General"while (==)" Pin
FlyingDancer3-Jul-03 23:33
FlyingDancer3-Jul-03 23:33 
GeneralRe: "while (==)" Pin
Ryan_Roberts3-Jul-03 23:41
Ryan_Roberts3-Jul-03 23:41 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 0:38
Ryan Binns4-Jul-03 0:38 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 1:27
FlyingDancer4-Jul-03 1:27 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 1:34
Ryan Binns4-Jul-03 1:34 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 2:05
FlyingDancer4-Jul-03 2:05 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 2:14
Ryan Binns4-Jul-03 2:14 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 3:06
FlyingDancer4-Jul-03 3:06 

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.