Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Type mismatch in ASP
Message
 
 
To
22/08/2004 01:06:48
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00935272
Message ID:
00935282
Views:
23
>Hi,
>I have a ADO recordset contains a field with MONTH(Date()) AS nMonth. I want to compare it with a integer variable in ASP. However I get type mismatch. Any ideas?
>
>
for i = 1 to 12
  if cint(myRS.Fields("nMonth").Value) = cint(i) then
    ....
  end if
next
>
>Thank you
censored.
Previous
Reply
Map
View

Click here to load this message in the networking platform