I am having a problem converting money fields on insert; it's a pretty typical SQL insert, but it's hanging on money fields. Response.Write works up 'til:

Replace(sPRICE,"'","''&#34 & "','" & _

I've tried many combinations of convert(money), but no go.

Thanks,

Alan