rocknrollover007
08-11-2011, 08:19 PM
So I have all the dog breeds in categories... now I have this redundant task of subcategories. Working from the state subcategories mod... I figured this is faster than entering this (history, breeders, rescue, clubs) over and over again.
so I went to the database screen and tried...
INSERT INTO PLD_CATEGORY VALUES ('','History','History',NULL,360,2,NOW(),0,0,0);
INSERT INTO PLD_CATEGORY VALUES ('','Clubs','Clubs',NULL,360,2,NOW(),0,0,0);
INSERT INTO PLD_CATEGORY VALUES ('','Rescue','Rescue',NULL,360,2,NOW(),0,0,0);
INSERT INTO PLD_CATEGORY VALUES ('','Breeders','Breeders',NULL,360,2,NOW(),0,0,0);
The categories never showed up.
Any reason it didn't work???
There is a thread about this method working for 50 states. What gives?
so I went to the database screen and tried...
INSERT INTO PLD_CATEGORY VALUES ('','History','History',NULL,360,2,NOW(),0,0,0);
INSERT INTO PLD_CATEGORY VALUES ('','Clubs','Clubs',NULL,360,2,NOW(),0,0,0);
INSERT INTO PLD_CATEGORY VALUES ('','Rescue','Rescue',NULL,360,2,NOW(),0,0,0);
INSERT INTO PLD_CATEGORY VALUES ('','Breeders','Breeders',NULL,360,2,NOW(),0,0,0);
The categories never showed up.
Any reason it didn't work???
There is a thread about this method working for 50 states. What gives?