2.0 Membership APIs

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: clintonG (csgallagher_at_REMOVETHISTEXTmetromilwaukee.com)
Date: 10/14/04


Date: Wed, 13 Oct 2004 22:03:28 -0500

Has anybody mapped the 2.0 class members to a relational schema?
I need to build a membership application starting yesterday and must
use 1.1 as the project will be deployed before 2.0 is RTM.

For that matter, I'm all ears if others want to discuss their own
implementation of a members-only schema.

-- 
<%= Clinton Gallagher, "Twice the Results  -- Half the Cost"
         Architectural & e-Business Consulting -- Software Development
         NET csgallagher@REMOVETHISTEXTmetromilwaukee.com
         URL http://www.metromilwaukee.com/clintongallagher/


Relevant Pages

  • Re: Object Initialization Question
    ... > If class members are not explicitly initialized in a ... > constructor, are they zero-initialized OR are their contents undefined ... The Standard says that the behaviour is to default-initialise the members ... omitted member is of a POD type, ...
    (comp.lang.cpp)
  • Re: c++ inline assembler and oop
    ... class members, similar to the way you access a ... structure members. ... Ashish Shukla alias Wah Java!! ...
    (comp.lang.asm.x86)
  • Re: Structures
    ... Care to say more about what they are, ... In C++ classes and structures are the same, except that class members ... are private by default and structure members are public by default ...
    (comp.lang.python)