Having an issue with type conversion in ASP classic.
heres my code:
Set trainingCost = Server.CreateObject(\"ADODB.Recordset\") strSQL3 =
Rather than casting to a string, why not use CCur (Cast as Currency) so that your commas and any currency symbols (I think) are effectively ignored while doing arithmetic operations?
CCur