Problem with no variables defined

Source: Internet
Author: User
Variables | Problems in the ASP useful Dim predefined variables are very good habits, but I encountered such a problem:
Use a stored procedure to take out a result set, one of which is the smalldate type, the default is null, and here is ' 2001-4-4 ', as follows:
...
<Table>
...
</Table>
<%
IF not IsNull (ORs ("E_dt")) Then
%>
<Table>
...
</Table>
<%
End IF
%>
The date that can be displayed is 1899-12-30.
Before the Judgment plus Response.Write oRs ("E_dt") incredibly empty.
Later, read:
<%
Dim Strback
IF IsNull (ORs ("E_dt")) Then
Strback = "0"
Else
Strback = "1"
End IF
%>
...
<Table>
...
</Table>
<%
IF strback = "1" Then
%>
<Table>
...
</Table>
<%
End IF
%>
On the right, before the Judge plus Response.Write ORs ("E_dt") also shows normal.
It is strange that you should be careful when using dim, and would rather add a few more variables.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.