I am new to SQL Server. I have a program that uses MS Access 2000 as its backend db. In one of my SQL statements, i have this:
VB Code:
  1. SQL = "Select Format(UPrice,'###,##0.00') From tblPrices"
  2. rsPrice.Open SQL, Conn, adOpenForwardOnly, adLockReadOnly

It is working fine with Access. As we upsize the DB to SQL Server, I am getting then with an error with the SQL statement. Pls help me to convert that to a statement that is compatible with SQL Server 7.