Safe, High performance, reuseable

Monday, July 17, 2006

Oracle's NULL is not equal to VB's ""

If you set TEMP ( VARCHAR2[2])  can be null in Oracle
And set strTemp = "" in VB
Then you cannot get true from if strTemp = TEMP;

No comments: