Click here to Skip to main content
15,923,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Application does not run over a network Pin
Carlos Antollini31-May-01 3:51
Carlos Antollini31-May-01 3:51 
GeneralRe: Application does not run over a network Pin
David Osborn31-May-01 4:14
David Osborn31-May-01 4:14 
GeneralRe: Application does not run over a network [Bug] Pin
Ghazi H. Wadi31-May-01 4:35
Ghazi H. Wadi31-May-01 4:35 
GeneralRe: Application does not run over a network [Bug] Pin
David Osborn31-May-01 5:51
David Osborn31-May-01 5:51 
GeneralInclude and library path Pin
31-May-01 0:05
suss31-May-01 0:05 
GeneralRe: Include and library path Pin
Tomasz Sowinski31-May-01 0:15
Tomasz Sowinski31-May-01 0:15 
GeneralRe: Include and library path Pin
31-May-01 22:15
suss31-May-01 22:15 
Questionhow to check if a specific field has a NULL value? Pin
Bartek30-May-01 23:23
Bartek30-May-01 23:23 
I am reading field values from records which then i convert to CString

_Recordset rs;
variant_t var = rs->Fields->GetItem (variant_t ("name"))->Value;

then i try to convert to CString var:

var.ChangeType (VT_BSTR);
CString strName = var.bstrVal;

whenever field has NULL i got error of access violation

please help






AnswerRe: how to check if a specific field has a NULL value? Pin
Christian Graus30-May-01 23:33
protectorChristian Graus30-May-01 23:33 
GeneralRe: how to check if a specific field has a NULL value? Pin
Bartek30-May-01 23:57
Bartek30-May-01 23:57 
AnswerRe: how to check if a specific field has a NULL value? Pin
coder847230-May-01 23:41
coder847230-May-01 23:41 
GeneralRe: how to check if a specific field has a NULL value? Pin
Bartek31-May-01 0:09
Bartek31-May-01 0:09 
GeneralRe: how to check if a specific field has a NULL value? Pin
coder847231-May-01 0:25
coder847231-May-01 0:25 
Questionhow to use the CreateProcess???? Pin
30-May-01 23:12
suss30-May-01 23:12 
AnswerRe: how to use the CreateProcess???? Pin
coder847230-May-01 23:25
coder847230-May-01 23:25 
GeneralRe: how to use the CreateProcess???? Pin
31-May-01 19:07
suss31-May-01 19:07 
GeneralRe: how to use the CreateProcess???? Pin
31-May-01 19:07
suss31-May-01 19:07 
GeneralCTRL Pin
30-May-01 23:03
suss30-May-01 23:03 
GeneralRe: CTRL Pin
Christian Graus30-May-01 23:15
protectorChristian Graus30-May-01 23:15 
GeneralRe: CTRL Pin
Christian Graus30-May-01 23:16
protectorChristian Graus30-May-01 23:16 
GeneralGrid Control in CFormView Pin
markkuk30-May-01 21:14
markkuk30-May-01 21:14 
GeneralRe: Grid Control in CFormView Pin
31-May-01 19:18
suss31-May-01 19:18 
GeneralRe: MFC Grid Control in CFormView Pin
markkuk31-May-01 20:27
markkuk31-May-01 20:27 
GeneralRe: MFC Grid Control in CFormView Pin
Tomasz Sowinski1-Jun-01 0:37
Tomasz Sowinski1-Jun-01 0:37 
GeneralRe: MFC Grid Control in CFormView Pin
markkuk1-Jun-01 2:07
markkuk1-Jun-01 2:07 

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.