Click here to Skip to main content
15,901,666 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: afxDump Pin
Tomasz Sowinski12-Sep-02 3:50
Tomasz Sowinski12-Sep-02 3:50 
GeneralRe: afxDump Pin
Jawache12-Sep-02 4:11
Jawache12-Sep-02 4:11 
GeneralLocal machine ip address Pin
Anonymous12-Sep-02 2:24
Anonymous12-Sep-02 2:24 
GeneralRe: Local machine ip address Pin
JohnnyG12-Sep-02 2:30
JohnnyG12-Sep-02 2:30 
GeneralRe: Local machine ip address Pin
lucy12-Sep-02 5:43
lucy12-Sep-02 5:43 
GeneralScripting for Applications Pin
Ciufudean Sorin12-Sep-02 2:16
Ciufudean Sorin12-Sep-02 2:16 
QuestionHow to check if field value is NULL? Pin
anju12-Sep-02 1:53
anju12-Sep-02 1:53 
AnswerRe: How to check if field value is NULL? Pin
Imran Farooqui12-Sep-02 2:12
Imran Farooqui12-Sep-02 2:12 
Consider query:

select nick from from mytable.

Suppose the value represented by nick can be NULL. So change the query as:

select isnull(nick, 'something') as nick from mytable


Here 'something' can be anything you desire. This can be a single space character also. Now when you collect value of nick from Recordset object, it'll not be null but the value supplied by you as a parmeter above. You can check it and treat as NULL

Imran Farooqui

World first Urdu Instant Messenger[^]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Java is a tool for creating applications that torture users with its awful speed and its ugly interfaces.
Daniel Turini commenting on this article
GeneralRe: How to check if field value is NULL? Pin
anju12-Sep-02 18:39
anju12-Sep-02 18:39 
GeneralRe: How to check if field value is NULL? Pin
Imran Farooqui12-Sep-02 19:06
Imran Farooqui12-Sep-02 19:06 
AnswerRe: How to check if field value is NULL? Pin
Rama Krishna Vavilala12-Sep-02 2:09
Rama Krishna Vavilala12-Sep-02 2:09 
AnswerRe: How to check if field value is NULL? Pin
[James Pullicino]12-Sep-02 2:36
[James Pullicino]12-Sep-02 2:36 
GeneralRe: How to check if field value is NULL? Pin
anju12-Sep-02 18:44
anju12-Sep-02 18:44 
GeneralRe: How to check if field value is NULL? Pin
anju12-Sep-02 18:51
anju12-Sep-02 18:51 
GeneralMFC and old functions Pin
Tolias12-Sep-02 1:38
Tolias12-Sep-02 1:38 
GeneralRe: MFC and old functions Pin
Tomasz Sowinski12-Sep-02 1:42
Tomasz Sowinski12-Sep-02 1:42 
GeneralRe: MFC and old functions Pin
Anonymous12-Sep-02 1:52
Anonymous12-Sep-02 1:52 
GeneralRe: MFC and old functions Pin
Tomasz Sowinski12-Sep-02 1:54
Tomasz Sowinski12-Sep-02 1:54 
GeneralRe: MFC and old functions Pin
Tolias12-Sep-02 1:59
Tolias12-Sep-02 1:59 
GeneralRe: MFC and old functions Pin
Tomasz Sowinski12-Sep-02 2:03
Tomasz Sowinski12-Sep-02 2:03 
GeneralRe: MFC and old functions Pin
Michael P Butler12-Sep-02 1:44
Michael P Butler12-Sep-02 1:44 
GeneralCompiler directives Pin
Ruca12-Sep-02 1:20
Ruca12-Sep-02 1:20 
GeneralRe: Compiler directives Pin
Tomasz Sowinski12-Sep-02 1:29
Tomasz Sowinski12-Sep-02 1:29 
GeneralOuput data Pin
Kash12-Sep-02 1:15
Kash12-Sep-02 1:15 
GeneralRe: Ouput data Pin
Christian Graus12-Sep-02 2:10
protectorChristian Graus12-Sep-02 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.