poab
03-25-2004, 11:36 AM
Hi,
I have an access database with around 300 products. Each product has around 50 or so characteristics that differenciate it from all the others. I'm searching it with ASP using vbscript.
What I'd like to know is, am I better to have a different column for each characteristic with a simple yes/no, or would it be faster to put all related characteristics in a single olumn and use vbscripts InStr() method to find what's there?
At the moment I'm using the first method, but that's like 50 odd columns which must be a bad idea. On the other hand, using the InStr methed means that some of the columns are going to be really large.
What you you guys/gals think?
cheers.
I have an access database with around 300 products. Each product has around 50 or so characteristics that differenciate it from all the others. I'm searching it with ASP using vbscript.
What I'd like to know is, am I better to have a different column for each characteristic with a simple yes/no, or would it be faster to put all related characteristics in a single olumn and use vbscripts InStr() method to find what's there?
At the moment I'm using the first method, but that's like 50 odd columns which must be a bad idea. On the other hand, using the InStr methed means that some of the columns are going to be really large.
What you you guys/gals think?
cheers.