hello sir
i am using CMP EJB with SQLJ but my problem is when i use this code
i am using this code in jsp page hava init method in SafeCon class which holds datasource
#sql public context DefaultContext;
SafeCon sa=new SafeCon();
ctxx =sa.init();
#sql [ctxx] {
select distinct * from login where acc0=:uname and acc1=:upassword
};
then it will give the illegal charcter error on # line
and malformed error so can u pls tell me how to solve it
i am using jdeveloper
thanks alot