Yeah was a stupid database name that needed to be changed. which I had but forgotten to delete the s at the end. :(
also one more question.. how do you guys deal with adding dates to the database (orders of months/day/year) not physically in the database as I know how sql does it.. do you just use the date functions with java and stick that in the setDate() (my set date) . or is there a less painful method for it to just set the date? Finally with criteria.. I'm thinking of doing a search with a form of say 4 attributes in three tables, monkey, dog, color, size. but the user can choose to only search for dogs, or dogs and colors, or nothing, or all, etc... is there a catch all criteria I can make that can adapt to any type of query I give it.. I'll still need the basic join of the lookup table no matter what.. but for the other possibilities: well thanks again.. look forward to seeing what you guys are doing. Thanks, David -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
