Brian Gubb
|
| Posted: 10/17/2002, 10:43 AM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0021_01C27671.C0CC1F20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have a database table of Rugby club information. One record for each =
club. Each of these clubs wants to have a unique password to update =
their own information. Is it possible to password each record within the =
table or do I have to make a separate table for each club?
Thanks in advance, Brian
------=_NextPart_000_0021_01C27671.C0CC1F20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>I have a database table of Rugby club information. =
One record=20
for each club. Each of these clubs wants to have a unique password to =
update=20
their own information. Is it possible to password each record within the =
table=20
or do I have to make a separate table for each club?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Thanks in advance, Brian</FONT></DIV></BODY></HTML>
------=_NextPart_000_0021_01C27671.C0CC1F20--
|
|
|
 |
Imran
|
| Posted: 10/17/2002, 1:54 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0009_01C275FE.14D399F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
This reference might help you answer your question. Your question has to =
do with your database and 'normal form'. http://www.anaesthetist.com/mnm/sql/normal.htm
"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:aomssp$595$1@news.codecharge.com...
I have a database table of Rugby club information. One record for each =
club. Each of these clubs wants to have a unique password to update =
their own information. Is it possible to password each record within the =
table or do I have to make a separate table for each club?
Thanks in advance, Brian
------=_NextPart_000_0009_01C275FE.14D399F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>This reference might help you answer =
your=20
question. Your question has to do with your database and =
'normal=20
form'.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><A=20
href=3D"http://www.anaesthetist.com/mnm/sql/normal.htm">http://www.anaest=
hetist.com/mnm/sql/normal.htm</A></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> wrote =
in message=20
<A=20
=
href=3D"news:aomssp$595$1@news.codecharge.com">news:aomssp$595$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>I have a database table of Rugby club information. =
One=20
record for each club. Each of these clubs wants to have a unique =
password to=20
update their own information. Is it possible to password each record =
within=20
the table or do I have to make a separate table for each =
club?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Thanks in advance,=20
Brian</FONT></DIV></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0009_01C275FE.14D399F0--
|
|
|
 |
|