66
Views
1
Comments
Solved
Unexpected Data Type
Question

SyntaxEditor Code Snippet

users.UId = PM_ATTENDANCE.AUId


You are comparing an identifier with a different data type. Recheck the expression or use a Data Conversion function.


2019-02-08 05-13-37
Raghavendra Prakash Sunkapura
Solution

It Is Very simple just cast interger as identifier Ex:users.UId = IntegerToIdentifier(PM_ATTENDANCE.AUId)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.