Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting Data Types
Message
 
To
29/05/2003 09:05:21
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00793884
Message ID:
00793947
Views:
26
I believe what you want is the SQL convert function. Are you asking about something like this:
declare @strout	 char(2),
        @strout2 char(2)

select @strout = '31'
select @strout2 = '10'

select convert(integer,@strout) - convert(integer,@strout2)
Thanks,

Vic
Previous
Reply
Map
View

Click here to load this message in the networking platform