|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
ASP VB Error
I am in need of a little help... My site runs this code:
Quote:
etc... Then of course put that data here. But I get the following error... Microsoft VBScript runtime error '800a000d' Type mismatch The query sums records in a particular table - yes, the value is numeric... My question is how do I write the code to display this numerical value??? Any help would be greatly appreaciated. |
|
#2
|
||||
|
||||
|
--moved to the classic ASP forum.
as for your problem: your whole logic is wrong. search in Google for "ASP database connection" - this will give you good resources about how to connect ASP code to database. having this, you'll need to execute SQL statement using the connection object and put its results inside Recordset object.. only then you can read the data from the Recordset and show on the page. |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > ASP VB Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|