marco81 Posted January 28, 2005 Share Posted January 28, 2005 Hi! I have a little problem with Easy Populate... it work very well, but when I have the char ' , that make an error : 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''THE THE'' AND ptoc.categories_id = subc.categories_id' at li SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_price as v_products_price, p.products_weight as v_products_weight, p.products_date_added as v_date_avail, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND p.products_model = 'THE THE'' AND ptoc.categories_id = subc.categories_id [TEP STOP] I don't know where is the problem... Anyone can help me?? Thanks a lot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.