|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
"Datatype mismatch" |
From: |
Dave |
Date: |
11/29/2000 10:05:45 AM |
IP: |
212.150.26.132 |
objConection.Execute "Update tbltoplist set Outs="&Outs&" Where Member="&(MemberNum)&""
The problem here is the field "Member" is defined as "Number" and "MemberNum" Is a value from the URL (MemberNum=request.quarystring("Member")).
The Error I get is:
Microsoft OLE DB Provider for ODBC Drivers error 80040e07
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
I tried:
MemberNum=Cint(request.quarystring("Member")
But that also didnt work.
HELP!!!!!!!! There is a problem with the datatype of "MemberNum".
|
Follow Up - Re: - sdaad 1/26/2001 1:43:08 PM
|
|
|
|
|
|
|
|
|
|
|
|