Johnny
|
| Posted: 03/23/2003, 8:59 AM |
|
1) anyway i could tell to CCS use Database in same folder? so i dont have to go to common.asp and changed evertime i published?
2) 1 primary key and 2nd field indexed with no duplicated key, anyway i could
tell CSS to check for that even without having to go into code?
|
|
|
 |
Question
|
| Posted: 03/23/2003, 9:23 AM |
|
example for question number 2:
userID (auto)
loginname <--- Cant be Duplucated!
|
|
|
 |
lneisius
|
| Posted: 03/23/2003, 3:15 PM |
|
In the properties manager set the property to unique for the fields that you don't want duplicated.
|
|
|
 |
Johnny
|
| Posted: 03/24/2003, 10:04 AM |
|
Thank
-- i was blind --
|
|
|
 |
|