Hi,
I have a table with column code type decimal(18,2) using sql express.
I have a form (visual basic 2005) that searches for code: 2.04.
I run this query
select* from table
where (code=@code)
when you enter 2.04, it returns no value..
Help me on this one..
thanks in advance!