PC Review


Reply
Thread Tools Rate Thread

Anyone has an Access database to track online user registration?

 
 
=?Utf-8?B?QW5uZXR0eQ==?=
Guest
Posts: n/a
 
      25th Jan 2006
i don't need to see your data, just the empty shell with relationships. Please!
 
Reply With Quote
 
 
 
 
Brendan Reynolds
Guest
Posts: n/a
 
      25th Jan 2006
There's very little to see. A Users table with UserName (unique, non-null)
and Password (non-null). If you don't use roles in your app, that's
basically it, though obviously you may wish to store other user information
specific to your app.

If you do use roles in your app, you'll also need a Roles table and a
linking RolesUsers table to implement the many-to-many relationship between
Roles and Users. Relationships are one User to many RolesUsers, and one Role
to many RolesUsers, i.e. one User may be a member of many roles, and one
role includes many users.

If you have access (no pun intended) to VS.NET and SQL Server (MSDE will do)
take a look at Microsoft's ASP.NET Portal Starter Kit ...

http://www.asp.net/StarterKits/DownloadPortal.aspx

It uses a SQL Server database, but that's an implementation detail, the
design is the same. The relevant tables in that database are Portal_Users,
Portal_Roles, and Portal_UserRoles.

--
Brendan Reynolds
Access MVP

"Annetty" <(E-Mail Removed)> wrote in message
news:75B43A6D-E33D-4B33-9A9C-(E-Mail Removed)...
>i don't need to see your data, just the empty shell with relationships.
>Please!



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
User registration pages using FrontPage 2003 and MS Access Database (MDB) David Heuermann Microsoft Frontpage 1 4th Mar 2007 09:36 AM
Mapping out an access database and keeping track of how your database works Bob Microsoft Access 1 18th Jan 2007 12:00 AM
Access denied to directory COM+ Class Registration Database =?Utf-8?B?REJR?= Microsoft Windows 2000 0 23rd Sep 2005 10:39 PM
tuning an access database into an online database =?Utf-8?B?RGFu?= Microsoft Access 0 11th Jul 2005 06:19 AM
Online Form which will track data entered in a database =?Utf-8?B?QWxpY2F0MjE=?= Microsoft Excel Misc 2 10th Jun 2004 08:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:24 PM.