Click here to Skip to main content
16,014,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dialog app with property sheet Pin
Marc Richarme28-May-02 19:47
Marc Richarme28-May-02 19:47 
GeneralLinux equivalent to FindFirstFile API Pin
Jim Crafton28-May-02 13:25
Jim Crafton28-May-02 13:25 
GeneralRe: Linux equivalent to FindFirstFile API Pin
Rama Krishna Vavilala28-May-02 13:34
Rama Krishna Vavilala28-May-02 13:34 
GeneralRe: Linux equivalent to FindFirstFile API Pin
Jim Crafton28-May-02 17:03
Jim Crafton28-May-02 17:03 
GeneralRe: Linux equivalent to FindFirstFile API Pin
markkuk28-May-02 22:59
markkuk28-May-02 22:59 
GeneralSelected text before running my app Pin
Kemal OZLU28-May-02 12:32
Kemal OZLU28-May-02 12:32 
GeneralRe: Selected text before running my app Pin
Ed Gadziemski30-May-02 12:18
professionalEd Gadziemski30-May-02 12:18 
GeneralA null as a data field value. Pin
NickOstle28-May-02 12:36
NickOstle28-May-02 12:36 
How are null values in database fields dealt with in C++ ADO #import msado15.dll.
I can retrieve data and display it if there are no nulls in the data.
The sql stops displaying at a null and will not display anything after it.
(It's as if the null acts as a string terminator )
Part of script...
while(!pRecordset->GetEndOfFile()){
for(int loop=0;loop<precordset->Fields->Count;loop++)
{printf("Name is '%s'\n",
(char*) ((_bstr_t) pRecordset->GetFields()->GetItem((short)loop)->GetName()));
printf("Value is '%s'\n",
(char*) ((_bstr_t) pRecordset->GetFields()->GetItem((short)loop)->GetValue()));
}
}
Any help here would be great!
GeneralRe: A null as a data field value. Pin
Matt Gullett28-May-02 12:41
Matt Gullett28-May-02 12:41 
GeneralRe: A null as a data field value. Pin
NickOstle28-May-02 19:32
NickOstle28-May-02 19:32 
GeneralRe: A null as a data field value. Pin
Matt Gullett28-May-02 23:56
Matt Gullett28-May-02 23:56 
GeneralCustom Win32 API controls Pin
28-May-02 12:06
suss28-May-02 12:06 
GeneralRe: Custom Win32 API controls Pin
Paul M Watt28-May-02 12:40
mentorPaul M Watt28-May-02 12:40 
GeneralRe: Custom Win32 API controls Pin
28-May-02 13:58
suss28-May-02 13:58 
GeneralRe: Custom Win32 API controls Pin
Paul M Watt28-May-02 14:31
mentorPaul M Watt28-May-02 14:31 
GeneralRe: MDI application with Win32? Pin
28-May-02 14:42
suss28-May-02 14:42 
GeneralRe: MDI application with Win32? Pin
Paul M Watt28-May-02 15:36
mentorPaul M Watt28-May-02 15:36 
GeneralRe: MDI application with Win32? Pin
27-Jun-02 22:54
suss27-Jun-02 22:54 
GeneralRe: Custom Win32 API controls Pin
Ed Gadziemski30-May-02 12:27
professionalEd Gadziemski30-May-02 12:27 
GeneralProgramming for a hobby Pin
Nnamdi Onyeyiri28-May-02 8:21
Nnamdi Onyeyiri28-May-02 8:21 
GeneralRe: Programming for a hobby Pin
lucy28-May-02 8:24
lucy28-May-02 8:24 
GeneralRe: Programming for a hobby Pin
Mazdak28-May-02 8:37
Mazdak28-May-02 8:37 
GeneralRe: Programming for a hobby Pin
Christian Graus28-May-02 13:08
protectorChristian Graus28-May-02 13:08 
GeneralRe: Programming for a hobby Pin
Marc Richarme28-May-02 13:54
Marc Richarme28-May-02 13:54 
GeneralRe: Programming for a hobby Pin
Paul M Watt28-May-02 16:25
mentorPaul M Watt28-May-02 16:25 

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.