Click here to Skip to main content
16,007,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIts resolved, thanks! Pin
ns1-Aug-02 10:12
ns1-Aug-02 10:12 
GeneralVC++ 7.0's Attributes Pin
thefirst_bigd1-Aug-02 9:29
thefirst_bigd1-Aug-02 9:29 
GeneralRe: VC++ 7.0's Attributes Pin
Joaquín M López Muñoz1-Aug-02 9:44
Joaquín M López Muñoz1-Aug-02 9:44 
GeneralRe: VC++ 7.0's Attributes Pin
thefirst_big1-Aug-02 11:10
sussthefirst_big1-Aug-02 11:10 
GeneralResizing ListView Column Headers Pin
RussR1-Aug-02 9:30
RussR1-Aug-02 9:30 
QuestionCreateFile for folder in 9x, it is possible? Pin
includeh101-Aug-02 9:18
includeh101-Aug-02 9:18 
Generala simple database question Pin
ns1-Aug-02 9:08
ns1-Aug-02 9:08 
GeneralRe: a simple database question Pin
achandra0071-Aug-02 9:14
achandra0071-Aug-02 9:14 
Depending on what you are using, (SQL Query vs. Stored proc), GetRowsFetched() usually returns the number of rows fetched (presuming you are using Bulk Row fetching).

GetODBCFieldCount() gets the number of fields (columns).
GetODBCFieldInfo() gets the field info into a CODBCFieldInfo structure.

SetRowsetCursorPosition(DWORD row) will set the position to a specific row.

ashish

GeneralRe: a simple database question Pin
ns1-Aug-02 9:18
ns1-Aug-02 9:18 
GeneralUsing stored procs with CRecordset Pin
achandra0071-Aug-02 8:53
achandra0071-Aug-02 8:53 
GeneralAdding text in another application Pin
Baatezu1-Aug-02 8:33
Baatezu1-Aug-02 8:33 
GeneralRe: Adding text in another application Pin
Joaquín M López Muñoz1-Aug-02 8:42
Joaquín M López Muñoz1-Aug-02 8:42 
GeneralRe: Adding text in another application Pin
Baatezu1-Aug-02 8:43
Baatezu1-Aug-02 8:43 
GeneralRe: Adding text in another application Pin
Joaquín M López Muñoz1-Aug-02 8:50
Joaquín M López Muñoz1-Aug-02 8:50 
GeneralRe: Adding text in another application Pin
Baatezu1-Aug-02 8:56
Baatezu1-Aug-02 8:56 
GeneralRe: Adding text in another application Pin
includeh101-Aug-02 9:13
includeh101-Aug-02 9:13 
GeneralRe: Adding text in another application Pin
Baatezu1-Aug-02 9:20
Baatezu1-Aug-02 9:20 
GeneralRe: Adding text in another application Pin
includeh101-Aug-02 9:55
includeh101-Aug-02 9:55 
GeneralRe: Adding text in another application Pin
Joaquín M López Muñoz1-Aug-02 9:13
Joaquín M López Muñoz1-Aug-02 9:13 
GeneralRe: Adding text in another application Pin
Baatezu1-Aug-02 9:23
Baatezu1-Aug-02 9:23 
GeneralAsynchronous CInternetSession object Pin
LukeyBoy1-Aug-02 8:23
LukeyBoy1-Aug-02 8:23 
GeneralRe: Asynchronous CInternetSession object Pin
Ravi Bhavnani1-Aug-02 10:04
professionalRavi Bhavnani1-Aug-02 10:04 
GeneralRe: Asynchronous CInternetSession object Pin
LukeyBoy1-Aug-02 10:21
LukeyBoy1-Aug-02 10:21 
GeneralRe: Asynchronous CInternetSession object Pin
Ravi Bhavnani1-Aug-02 10:25
professionalRavi Bhavnani1-Aug-02 10:25 
GeneralRe: Asynchronous CInternetSession object Pin
LukeyBoy1-Aug-02 10:27
LukeyBoy1-Aug-02 10:27 

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.