Re: CDatabase, CDaoDatabase

From: Yasoo (anonymous_at_discussions.microsoft.com)
Date: 04/16/04


Date: Thu, 15 Apr 2004 20:01:08 -0700

I tried my first database application last week. I had instructions in a book on using ODBC. It seemed a littly clunky since I had to register that database through Settings->Control Panel->ODBC. Are we stuck with this in Visual C++ 6.0, or can we create databases in ODBC from an application? I tried the DAO classes and got it to work, but I've only added a couple records and displayed them in a test app. The documentation refers to the Microsoft Jet engine. Are the limitations of this engine the multiuser capabilities? If so, why?