Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting error in ASP with ODBC
Message
 
À
30/12/1999 18:07:38
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, États-Unis
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00310203
Message ID:
00310811
Vues:
19
If the code you posted came exactly from Default.asp and you *only* changed the table and connection names, then the following lines would be my guess:

If objConnect.Errors.Count <> 0 Then <-- Shouldn't this say = and not <>
Response.Write "Everything's cool!" <-- There are errors, but the code
responds if there are NO errors.
Else
Response.Write "ERROR!"
End If


Justin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform