|
Subject:
|
Invalid use of Null: 'cstr'
|
|
Posted By:
|
shoakat
|
Post Date:
|
11/2/2004 6:34:54 PM
|
In database sql server. I have a field which has null value. When I try to run asp,it gives me an error in the same field dateUntil= cstr(objHistoryRate("dtRateTo")) the error is Invalid use of Null 'cstr'
|
|
Reply By:
|
happygv
|
Reply Date:
|
11/2/2004 6:51:29 PM
|
Check if NULL/empty before converting to string
Cheers!
_________________________ - Vijay G Strive for Perfection
|