M
MONO
Hello!
I´m designing a database with "products", "categories" and want to be
able too show the user category names i choosen language(ENGLISH,
SWEDISH and so on).
I have come up with a couple of ways to solve this but whats the best
way?
Shall i use a lookup table outside the relation whats best?
I´m using Access 2000
My Tables
--------------
Manufactor
--------------
intManufactorID
strManufactorName
--------------
Product
--------------
intProductID
strProductName
--------------
Category
--------------
intCategoryID
strCategoryName
--------------
Language
--------------
intLanguageID
strLanguage
One way to do this (i don´t know if this is the right way)
--------------
Product
--------------
intProductID
intManufactorID
intCategoryID
ProductName
----------------
CategoryLanguage
----------------
intCategoryLanguageID
intCategoryID
intLanguageID
strCategoryName
----------------
Language
----------------
intLanguageID
strLanguage
If I do this way HOW should i make the ralation between "inCategoryID"
in Product to "inCategoryID" in CategoryLanguage.?
I´m designing a database with "products", "categories" and want to be
able too show the user category names i choosen language(ENGLISH,
SWEDISH and so on).
I have come up with a couple of ways to solve this but whats the best
way?
Shall i use a lookup table outside the relation whats best?
I´m using Access 2000
My Tables
--------------
Manufactor
--------------
intManufactorID
strManufactorName
--------------
Product
--------------
intProductID
strProductName
--------------
Category
--------------
intCategoryID
strCategoryName
--------------
Language
--------------
intLanguageID
strLanguage
One way to do this (i don´t know if this is the right way)
--------------
Product
--------------
intProductID
intManufactorID
intCategoryID
ProductName
----------------
CategoryLanguage
----------------
intCategoryLanguageID
intCategoryID
intLanguageID
strCategoryName
----------------
Language
----------------
intLanguageID
strLanguage
If I do this way HOW should i make the ralation between "inCategoryID"
in Product to "inCategoryID" in CategoryLanguage.?