Simple insert?
Simple insert?
- Subject: Simple insert?
- From: Goodbye Bill <email@hidden>
- Date: Thu, 29 May 2003 17:42:28 -0400
Hey all! Quick (newbie) question...
I'm trying to follow the examples that I have from various tutorials to
create very simple membership create/login pages. One page should simply
check for the existence of the requested username and create the necessary
entry in the table. Another page should take the standard username and
password combination and be able to authenticate against that table.
Unfortunately, every example I come across shows that I should be using the
EditingContext against an array of "Member" objects at the application or
session level.
Is this really how people deal with this type of thing in WebObjects? Is
there not a way to build this type of simple logic without using large
arrays to contain every member in the database?
Thanx, in advance.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.