I have done the exercises in Lajos and Jeremy's book, too, and had similar problems. My only two suggesions would be:
1. Make sure there is no extraneous white space in your query. Returns and spaces can make the query choke. 2. Looks like you have your datasources and drivers configured correctly, so you be having a problem I had. I had created my MySQL db under the default user on my Win2K machine and it would not let me access it under any other user/password combination. I did not have this problem when setting all this up on Linux for some reason. What I had to do was wipe out the databases, log in to MySQL using the same username and password that the Cocoon setup would be using, and create the db and populate the tables. Good luck. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
