Hi,
You can try this:
"Select * from <table_name> where HEX(file_status)=x'00';" .
similar to "select HEX(file_status) from <table_name>;"
Hope this helps,
JWK(RdR)
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thank you very much.
RdR - 07 Feb 2005 19:39 GMT
Ooops,
It should be without the "x" in between "=" and the first single quote:
"Select * from <table_name> where HEX(file_status)='00';"
Thanks,
RdR
> Hi,
>
[quoted text clipped - 19 lines]
> >
> > Thank you very much.
Praveen - 08 Feb 2005 05:13 GMT
Thanks a zillion RdR. That was really helpfull.