Click here to Skip to main content
15,920,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PutAbsolutePosition - acting weirdly!!Hellllllp! Pin
ns2-Aug-02 12:18
ns2-Aug-02 12:18 
GeneralAddNew() problem in Pin
ns2-Aug-02 11:46
ns2-Aug-02 11:46 
GeneralRe: AddNew() problem in Pin
ColinDavies2-Aug-02 21:38
ColinDavies2-Aug-02 21:38 
GeneralRe: AddNew() problem in Pin
ns5-Aug-02 2:14
ns5-Aug-02 2:14 
GeneralGlobal Variables Pin
Peter Liddle2-Aug-02 11:18
Peter Liddle2-Aug-02 11:18 
GeneralRe: Global Variables Pin
Anonymous2-Aug-02 11:36
Anonymous2-Aug-02 11:36 
GeneralRe: Global Variables Pin
Peter Liddle2-Aug-02 11:39
Peter Liddle2-Aug-02 11:39 
Questionrecordset doesnt support Updating ....? Pin
ns2-Aug-02 9:03
ns2-Aug-02 9:03 
I get the error - current recordset dose not support updating. Ths may be due to the lockType. I have a recordset object (from a CP class) and its constructed as

CADORecordset::CADORecordset(CADODatabase* pAdoDatabase)
{
	m_pRecordset = NULL;
	m_pCmd = NULL;
	m_strQuery = _T("");
	m_pRecordset.CreateInstance(__uuidof(Recordset));
	m_pCmd.CreateInstance(__uuidof(Command));
	m_nEditStatus = CADORecordset::dbEditNone;
	m_nSearchDirection = CADORecordset::searchForward;
	
	m_pConnection = pAdoDatabase->GetActiveConnection();
}


with
_RecordsetPtr m_pRecordset;


How can I set the lockType and to what should I set it?
Thanks ,
ns

ANother question:

You can see that the search direction above is forward, and each time I search I want to strat from the beginning. How would I accomplish that?
Questionhow to get a pc-name form its ip-address? Pin
Aaron K.B. Huang2-Aug-02 8:54
Aaron K.B. Huang2-Aug-02 8:54 
AnswerRe: how to get a pc-name form its ip-address? Pin
shetty2-Aug-02 11:57
shetty2-Aug-02 11:57 
AnswerRe: how to get a pc-name form its ip-address? Pin
Anders Molin2-Aug-02 12:39
professionalAnders Molin2-Aug-02 12:39 
AnswerRe: how to get a pc-name form its ip-address? Pin
Le centriste2-Aug-02 18:21
Le centriste2-Aug-02 18:21 
GeneralRe: how to get a pc-name form its ip-address? Pin
Aaron K.B. Huang3-Aug-02 10:43
Aaron K.B. Huang3-Aug-02 10:43 
Generalfastest way to draw single-color rectangles Pin
Roman Nurik2-Aug-02 8:50
Roman Nurik2-Aug-02 8:50 
GeneralRe: fastest way to draw single-color rectangles Pin
PJ Arends2-Aug-02 10:09
professionalPJ Arends2-Aug-02 10:09 
GeneralRe: fastest way to draw single-color rectangles Pin
Shog92-Aug-02 10:27
sitebuilderShog92-Aug-02 10:27 
GeneralRe: fastest way to draw single-color rectangles Pin
Tim Smith2-Aug-02 10:41
Tim Smith2-Aug-02 10:41 
GeneralRe: fastest way to draw single-color rectangles Pin
Roman Nurik2-Aug-02 11:31
Roman Nurik2-Aug-02 11:31 
GeneralCopy to clipboard Pin
BlackSmith2-Aug-02 8:40
BlackSmith2-Aug-02 8:40 
GeneralRe: Copy to clipboard Pin
Paul M Watt2-Aug-02 9:21
mentorPaul M Watt2-Aug-02 9:21 
GeneralRe: Copy to clipboard Pin
BlackSmith2-Aug-02 9:40
BlackSmith2-Aug-02 9:40 
GeneralRe: Copy to clipboard Pin
PJ Arends2-Aug-02 10:12
professionalPJ Arends2-Aug-02 10:12 
Generalassembly language in turbo C Pin
asif m@hmood2-Aug-02 8:14
asif m@hmood2-Aug-02 8:14 
GeneralRe: assembly language in turbo C Pin
PJ Arends2-Aug-02 8:16
professionalPJ Arends2-Aug-02 8:16 
GeneralRe: assembly language in turbo C Pin
l a u r e n2-Aug-02 8:20
l a u r e n2-Aug-02 8:20 

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.