You need to sign in to do that
Don't have an account?
Venkata Sravan Kumar Bandari
soql = 'select name, student_id__c, qualification__c, email__c from name__c where name LIKE :'+String.escapeSingleQuotes(studentName)+'%';
this query is not executing please help me...?
soql = 'select name, student_id__c, qualification__c, email__c from name__c where name LIKE :'+String.escapeSingleQuotes(studentName)+'%';
All Answers
Hope this helps,
Fred
Maybe this should work: Also referer to dynamic SOQL for more information http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#StartTopic=Content/apex_dynamic_soql.htm.
Regards,
Fred