| Author: hema durga devi 29 Sep 2008 | Member Level: Gold | Rating:  Points: 3 |
U might get a type mismatch error when the assignment variables type and type of the value that you assignmismatches. EG.
INT A = "A"; IN SIMPLE WORDS U NEED TO USE INT A = CONVERT.INT32("A"); SOMETHING LIKE THIS
|
| Author: gowthami chowdary 17 Dec 2008 | Member Level: Gold | Rating:  Points: 6 |
After you run Asp.exe on Microsoft Personal Web Server version 1.0a, the following error message may appear when you preview Active Server Pages with Database results: Microsoft VBScript Runtime error '800a000d' Type mismatch: 'Server.HTMLEncode' /WebName/_fplcass/fpdblib.inc, line 29 NOTE: WebName is the name of the folder your web is stored in.
NOTE: This error message may vary, depending on the Web browser that you are using.
When you run Asp.exe after you install Office 2000, your version of Microsoft Data Access Components (MDAC) is downgraded. The earlier version of MDAC does not support FrontPage 2000 database functionality.
For this we have two resolutions: Method 1:
Run FrontPage Maintenance Mode Setup, and select Detect and Repair. Method 2:
Install Microsoft Data Access Components version 2.1 or later. MDAC 2.1 may be downloaded from the following Microsoft Web site: http://msdn2.microsoft.com/en-us/data/aa937695.aspx
or
check that your stock and description are both text fields. if either is numeric, you will need to remove the apostrophes from around the comparitive variable that you're bouncing it against in your where clause. Apostrophes denote text fields in sql queries.
|