I have a cursor named rpcfgdtl. it is from a Stored Procedure in SQL Server.
i am trying this query:
Select selected, lookupkey from RPCFGDTL ;
where lookupkey= "MATL" ;
INTO CURSOR list11
it returns this value for lookupkey;
"MATLBS"
according to the where clause, it should have not brought this value.
Any help would be appreciated.
Thanks,
Marty