|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa 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
|
|
|
|
|
|
|
|
|
|
|
|