I have a table from which i want to show some feilds as query result. It is just a simple query.
select No, ID, Name from tbl;
But when i do this the resultant records can be edited by user, but i don't want the user to edit it. Is it possible to do that?