Here is my problem in a nutshell....

I have a JSP that is connecting to a database on SQL Server 7.0..one of the fields is a currency...in SQL the data type is money...in the output on the JSP, I need the field to read with a $ and 1000 seperator...

I can not for the life of me find out how to do this ...

Please, any help or workarounds will be appreciated!!

Thank you.