Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type mismatch in ASP
Message
 
 
À
22/08/2004 01:06:48
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00935272
Message ID:
00935282
Vues:
22
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform