Can someone recommend a good reference on using the Jet Database Engine
without MFC?
Tom
Tom
You can use the DAO SDK classes which ship with VC.
John
>Tom
These also require MFC. The only way to do it in pure C++ is to use #importQuote:> You can use the DAO SDK classes which ship with VC.
Jeff
> >Can someone recommend a good reference on using the Jet Database Engine
> >without MFC?
> >Tom
>> You can use the DAO SDK classes which ship with VC.
>These also require MFC. The only way to do it in pure C++ is to use #import
>or use the raw COM interfaces.
>Jeff
>> John
>> >Can someone recommend a good reference on using the Jet Database Engine
>> >without MFC?
>> >Tom
julie
Hi
For immediate updating msaccess data in a multi user there is a method
called engine.idle with the argument dbrefreshCache.
This works well by using it in a msaccess application.
If I use that method in vb (with linked jet engine tables) there is no
performance increasing for a multi user environment. Why that (the method
is also supported in vb).
Can somebody help me to solve my problem
Best Regards
Thomas
2. printing on NT from Open Road
3. Help with Oracle JDBC pooling classes...
5. Trace Flags
6. Call DAO engine method in MFC
8. Executing the Btrieve Engine within a 32Bit MFC App
9. How to connect to a Jet database, insert a row, and disconnect via MFC
10. Jet 4.0 and DAO 3.6 with mfc in SP3
12. MFC exception when opening non-Jet database file