Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting error in ASP with ODBC
Message
 
To
30/12/1999 18:07:38
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00310203
Message ID:
00310811
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform