I use ASP to pull info from our SQL Server 2000 db and display it on the web.
One particular field is stored as nvarchar, even though it contains numbers (I inherited this beauty). I need to get the sum of this field, but you can't do it with nvarchars. I cant change the datatype for various reasons.
I can always get the field to add programmatically with vbscript, but it would very inefficient, and server intensive.
Am I SOL?
One particular field is stored as nvarchar, even though it contains numbers (I inherited this beauty). I need to get the sum of this field, but you can't do it with nvarchars. I cant change the datatype for various reasons.
I can always get the field to add programmatically with vbscript, but it would very inefficient, and server intensive.
Am I SOL?