Click here to Skip to main content
15,902,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcarriage return/line feed Pin
butterbean73015-Jul-03 9:55
butterbean73015-Jul-03 9:55 
GeneralRe: carriage return/line feed Pin
John M. Drescher15-Jul-03 10:04
John M. Drescher15-Jul-03 10:04 
GeneralRe: carriage return/line feed Pin
Ryan Binns15-Jul-03 14:54
Ryan Binns15-Jul-03 14:54 
Generalshowing # recds in CRecordset Pin
RalfPeter15-Jul-03 9:30
RalfPeter15-Jul-03 9:30 
GeneralRe: showing # recds in CRecordset Pin
David Crow15-Jul-03 9:40
David Crow15-Jul-03 9:40 
GeneralRe: showing # recds in CRecordset Pin
RalfPeter15-Jul-03 11:11
RalfPeter15-Jul-03 11:11 
GeneralRe: showing # recds in CRecordset Pin
Toni7815-Jul-03 15:33
Toni7815-Jul-03 15:33 
GeneralRe: showing # recds in CRecordset Pin
David Crow16-Jul-03 3:00
David Crow16-Jul-03 3:00 
If one of the columns was a unique identifier, then you could jump right to that record.

As far as counting goes, some DBMSs return the high-water mark, while others return the actual count. You have to experiment with each one.

You could also look at CRecordset::SetAbsolutePosition(), but it is not considered reliable.
GeneralRe: showing # recds in CRecordset Pin
Toni7816-Jul-03 16:06
Toni7816-Jul-03 16:06 
GeneralLBN_SELCHANGE Pin
John R. Shaw15-Jul-03 9:16
John R. Shaw15-Jul-03 9:16 
GeneralProcess, Module and Thread enumeration classes Pin
kurnaziso15-Jul-03 9:10
kurnaziso15-Jul-03 9:10 
QuestionExchange server plugin... Where to start? Pin
LukeV15-Jul-03 8:46
LukeV15-Jul-03 8:46 
AnswerRe: Exchange server plugin... Where to start? Pin
Michael P Butler15-Jul-03 9:07
Michael P Butler15-Jul-03 9:07 
GeneralHelp! Mysterious type mismatch errors with my ActiveX control Pin
David F Zimny15-Jul-03 8:39
David F Zimny15-Jul-03 8:39 
QuestionPlay sound from console program? Pin
DaveE9th15-Jul-03 8:26
DaveE9th15-Jul-03 8:26 
AnswerRe: Play sound from console program? Pin
John M. Drescher15-Jul-03 8:30
John M. Drescher15-Jul-03 8:30 
GeneralRe: Play sound from console program? Pin
DaveE9th15-Jul-03 9:09
DaveE9th15-Jul-03 9:09 
AnswerRe: Play sound from console program? Pin
David Crow15-Jul-03 9:46
David Crow15-Jul-03 9:46 
GeneralRe: Play sound from console program? Pin
Ryan Binns15-Jul-03 14:51
Ryan Binns15-Jul-03 14:51 
Generalgetting device context without the title bar Pin
Member 45099015-Jul-03 8:21
Member 45099015-Jul-03 8:21 
QuestionHow to add a Control In a List Control Pin
Cyberizen15-Jul-03 8:01
Cyberizen15-Jul-03 8:01 
AnswerRe: How to add a Control In a List Control Pin
John M. Drescher15-Jul-03 8:10
John M. Drescher15-Jul-03 8:10 
Questionhow to serialize __int64 Pin
Shay Harel15-Jul-03 7:55
Shay Harel15-Jul-03 7:55 
AnswerRe: how to serialize __int64 Pin
John M. Drescher15-Jul-03 8:08
John M. Drescher15-Jul-03 8:08 
AnswerRe: how to serialize __int64 Pin
David Crow15-Jul-03 10:09
David Crow15-Jul-03 10:09 

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.