[SQL] Money Data Type Problem

2005-04-19 Thread sreejith s
Hai friends, I have a field with data type 'Money' with my table. I select this field a select query and displays the same in a textbox. While doing this a dollar ($) is prefixed to the actual table value. How to avoid this symbol so as to display the actual value only. Any format change needed in

Re: [SQL] Money Data Type Problem

2005-04-19 Thread Stephan Szabo
On Tue, 19 Apr 2005, sreejith s wrote: Hai friends, I have a field with data type 'Money' with my table. I select this field a select query and displays the same in a textbox. While doing this a dollar ($) is prefixed to the actual table value. How to avoid this symbol so as to display the