Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: quick question about recordsets, ADO Pin
Blade[DMS]21-Aug-02 5:28
Blade[DMS]21-Aug-02 5:28 
GeneralI tried this, but Pin
ns21-Aug-02 5:36
ns21-Aug-02 5:36 
GeneralRe: I tried this, but Pin
Ravi Bhavnani21-Aug-02 5:39
professionalRavi Bhavnani21-Aug-02 5:39 
GeneralRe: I tried this, but Pin
ns21-Aug-02 5:46
ns21-Aug-02 5:46 
GeneralRe: I tried this, but Pin
Ravi Bhavnani21-Aug-02 5:51
professionalRavi Bhavnani21-Aug-02 5:51 
GeneralRe: I tried this, but Pin
Blade[DMS]21-Aug-02 5:49
Blade[DMS]21-Aug-02 5:49 
Generalthanks everyone. I used recordcount instead Pin
ns21-Aug-02 6:11
ns21-Aug-02 6:11 
GeneralRe: thanks everyone. I used recordcount instead Pin
Rashid Thadha21-Aug-02 6:21
Rashid Thadha21-Aug-02 6:21 
I would be careful on how you use the recordcount method. I think this is just a water mark of the number of records you have iterated through.

The count that it returns is only correct if you have iterated through the whole recordset.

You have to use EOF and BOF to work out if you have any records.

When you Import the ADO object you usually rename EOF to what ever you want

GeneralRe: I tried this, but Pin
Ranjan Banerji21-Aug-02 6:43
Ranjan Banerji21-Aug-02 6:43 
GeneralRe: quick question about recordsets, ADO Pin
Mazdak21-Aug-02 7:45
Mazdak21-Aug-02 7:45 
GeneralRe: quick question about recordsets, ADO Pin
Jon Hulatt22-Aug-02 4:18
Jon Hulatt22-Aug-02 4:18 
GeneralCreate shortcut to a folder failed Pin
Tida21-Aug-02 4:21
Tida21-Aug-02 4:21 
GeneralMultiLine EditBox Question Pin
Cerb21-Aug-02 3:21
sussCerb21-Aug-02 3:21 
GeneralRe: MultiLine EditBox Question Pin
Chris Losinger21-Aug-02 3:27
professionalChris Losinger21-Aug-02 3:27 
GeneralRe: MultiLine EditBox Question Pin
Tomasz Sowinski21-Aug-02 3:27
Tomasz Sowinski21-Aug-02 3:27 
GeneralRe: MultiLine EditBox Question Pin
Cerb21-Aug-02 3:29
sussCerb21-Aug-02 3:29 
GeneralRe: MultiLine EditBox Question Pin
Cerb21-Aug-02 3:31
sussCerb21-Aug-02 3:31 
GeneralPassing a pointer to a char-array Pin
fheyn21-Aug-02 3:15
fheyn21-Aug-02 3:15 
GeneralRe: Passing a pointer to a char-array Pin
Ravi Bhavnani21-Aug-02 3:40
professionalRavi Bhavnani21-Aug-02 3:40 
GeneralRe: Passing a pointer to a char-array Pin
fheyn21-Aug-02 4:14
fheyn21-Aug-02 4:14 
GeneralRe: Passing a pointer to a char-array Pin
Chris Losinger21-Aug-02 4:20
professionalChris Losinger21-Aug-02 4:20 
GeneralRe: Passing a pointer to a char-array Pin
fheyn21-Aug-02 4:31
fheyn21-Aug-02 4:31 
GeneralRe: Passing a pointer to a char-array Pin
Tomasz Sowinski21-Aug-02 4:24
Tomasz Sowinski21-Aug-02 4:24 
GeneralRe: Passing a pointer to a char-array Pin
fheyn21-Aug-02 4:50
fheyn21-Aug-02 4:50 
GeneralRe: Passing a pointer to a char-array Pin
Ravi Bhavnani21-Aug-02 5:05
professionalRavi Bhavnani21-Aug-02 5:05 

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.