Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There was an error parsing the query. [ Token line number = 1,Token line offset = 158,Token in error = WHERE ]

" UPDATE pr_product SET pr_name_3454 ='{0}', pr_remaining_3454 ='{1}', pr_priority_3454 ='{2}', pr_purchase_level_3454='{3}', pr_price_3454='{4}', WHERE pr_id_3454= {5}"

What I have tried:

Tried to change several times but no result
Posted
Updated 7-Mar-16 20:30pm
Comments
Mir Usmanov 8-Mar-16 4:31am    
Thank you Michael.It works perfectly

1 solution

You have a comma after '{4}' which implies a further argument
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900