N
Noor
I have a field in a Product table named productno, this field is of text
type.
This field contains product no like Dafo #3 etc etc means strings that
contains # character.
The problem is when i search a product that has product no like strings that
contains # character, it returns me no record.
e.g
Select * from Prodcut where productno='Dafo #3'
the query doent not return any record. Im sure that the # no is creating
this problem,
Please suggest me some solution.
thanks
NM
type.
This field contains product no like Dafo #3 etc etc means strings that
contains # character.
The problem is when i search a product that has product no like strings that
contains # character, it returns me no record.
e.g
Select * from Prodcut where productno='Dafo #3'
the query doent not return any record. Im sure that the # no is creating
this problem,
Please suggest me some solution.
thanks
NM