Re: Tuple length Question

2001-03-19 Thread Leo Cambilargiu
ge select * from lang_english // pick your > lanuage in code > > Now the rest of you code can refer to "language" as a table -- and you can > add as many languages as are needed modifying only the stub of code that > initially selects the language. > > - O

Re: Tuple length Question

2001-03-18 Thread Jason Landry
de can refer to "language" as a table -- and you can add as many languages as are needed modifying only the stub of code that initially selects the language. - Original Message - From: "Leo Cambilargiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunda

Tuple length Question

2001-03-18 Thread Leo Cambilargiu
Hello All: I am looking into mysql as a web solution. I am implementing a multilanguage scheme. I am considering separating the different languages by the following three methods. 1. Use different tables to hold different languages. 2. Use the same table with another key (lang). 3. Add ex