function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sarthak das 4sarthak das 4 

line 1:54 mismatched character '<EOF>' expecting ''' Error is in expression '{!doquery}' in page vf_on_action_support: Class.acctionsupport.doquery: line 9, column 1 An unexpected error has occurred. Your development organization has been notified.

vvUser-added image
PrasathPrasath
Hi sarthak,

Your query string is incorrect. Change your query string like below,
database.query('SELECT Id, Name, Phone FROM Account WHERE Name Like \'%' + accname + '%\'');