partha.majumdar
Active member
Dear Sir,
I created a GridView and associated a SQLQuery with the same build using the provided wizard. However, when I specify a condition in the WHERE condition as TF_DELETED = 'N', it given the error ORA-00911: Invalid query.
The query built is as follows:
SELECT "TF_TEAM_CODE", "TF_TEAM_NAME" FROM "TT_TEAM" WHERE ("TF_DELETED" = ?) ORDER BY "TF_TEAM_CODE"
The value for the parameter is N.
Also, the update and delete features do not work as it gives the same error.
Please help.
Regards,
Partha
I created a GridView and associated a SQLQuery with the same build using the provided wizard. However, when I specify a condition in the WHERE condition as TF_DELETED = 'N', it given the error ORA-00911: Invalid query.
The query built is as follows:
SELECT "TF_TEAM_CODE", "TF_TEAM_NAME" FROM "TT_TEAM" WHERE ("TF_DELETED" = ?) ORDER BY "TF_TEAM_CODE"
The value for the parameter is N.
Also, the update and delete features do not work as it gives the same error.
Please help.
Regards,
Partha