Re: I must ask.

2002-02-13 Thread DL Neil
Hello André > I am playing hard with mysql, cause my ultimate objective is to make a big > databank for a game. > > I notice that i cant find a way to make relations beteen tables. > Must i do it also with PHP ? Just to confuse you, the mathematical jargon for table is "relation"... May I sug

Re: I must ask.

2002-02-13 Thread Bob Hall
On Fri, Feb 08, 2002 at 06:10:34PM -, DL Neil wrote: > There are some RDBMS-es that implement SQL to the point of apparently setting up a >construct that links tables - > foreign key based data integrity being the first example that springs to (my) mind. >However relational logic > suggests

Re: I must ask.

2002-02-12 Thread DL Neil
Bob, > > There are some RDBMS-es that implement SQL to the point of apparently setting up a >construct that links tables - > > foreign key based data integrity being the first example that springs to (my) >mind. However relational logic > > suggests that the way to set up a linkage between tabl

Re: I must ask. also ...

2002-02-12 Thread DL Neil
Ferreira, [I have posted this back to the list. There are many others who will be able to help - some from Portugal. Also I have noticed questions and comments from many people working on collections/libraries of CDs, videos, books, etc] > Thack for all that knowleg... ( wisdonw ) > pardon my e

Re: I must ask.

2002-02-12 Thread Paul DuBois
At 17:40 + 2/8/02, Andr=E9 Ferreira wrote: >Hello ppl. >I am playing hard with mysql, cause my ultimate objective is to make a big >databank for a game. > >I notice that i cant find a way to make relations beteen tables. It's called a "join". You'll find information about joins in any number

Re: I must ask.

2002-02-09 Thread DL Neil
Bob, > > There are some RDBMS-es that implement SQL to the point of apparently setting up a >construct that links tables - > > foreign key based data integrity being the first example that springs to (my) >mind. However relational logic > > suggests that the way to set up a linkage between tabl

Re: I must ask.

2002-02-08 Thread Bob Hall
On Fri, Feb 08, 2002 at 06:10:34PM -, DL Neil wrote: > There are some RDBMS-es that implement SQL to the point of apparently setting up a >construct that links tables - > foreign key based data integrity being the first example that springs to (my) mind. >However relational logic > suggests

Re: I must ask. also ...

2002-02-08 Thread DL Neil
Ferreira, [I have posted this back to the list. There are many others who will be able to help - some from Portugal. Also I have noticed questions and comments from many people working on collections/libraries of CDs, videos, books, etc] > Thack for all that knowleg... ( wisdonw ) > pardon my e

Re: I must ask.

2002-02-08 Thread Paul DuBois
At 17:40 + 2/8/02, André Ferreira wrote: >Hello ppl. >I am playing hard with mysql, cause my ultimate objective is to make a big >databank for a game. > >I notice that i cant find a way to make relations beteen tables. It's called a "join". You'll find information about joins in any number o

Re: I must ask.

2002-02-08 Thread DL Neil
Hello André > I am playing hard with mysql, cause my ultimate objective is to make a big > databank for a game. > > I notice that i cant find a way to make relations beteen tables. > Must i do it also with PHP ? Just to confuse you, the mathematical jargon for table is "relation"... May I sug