|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Invalid Use of NULL |
From: |
Matt Welker |
Date: |
6/28/2000 1:55:31 PM |
IP: |
63.228.85.111 |
Im probably half-cocked here, but hey... A lot depends on the Data youre retrieving. If its a char(n) field make sure youre not choking on the padded ascb(0)s. If its not defaulted in the db to an empty string then it will return a Null and not a string. A more appropriate check under this circumstance might be checking Not isNull(rst("FieldName")). Or do what I do and default the field to an empty string to begin with. |
Previous Message
Follow Up - Re: Invalid Use of NULL - MARQUE 11/16/2000 9:23:39 PM
|
|
|
|
|
|
|
|
|
|
|
|