Click here to Skip to main content
15,914,066 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Here's the memory dump, if it helps.. Pin
jhwurmbach15-Oct-02 22:30
jhwurmbach15-Oct-02 22:30 
GeneralRe: Last Thread post for me... Pin
KaЯl16-Oct-02 0:23
KaЯl16-Oct-02 0:23 
GeneralPrint preview and OnClose Pin
-Dy15-Oct-02 4:45
-Dy15-Oct-02 4:45 
GeneralRe: Print preview and OnClose Pin
Tomasz Sowinski15-Oct-02 4:58
Tomasz Sowinski15-Oct-02 4:58 
GeneralRe: Print preview and OnClose Pin
-Dy15-Oct-02 5:31
-Dy15-Oct-02 5:31 
GeneralSCroll bar size Pin
suresh_sathya15-Oct-02 3:30
suresh_sathya15-Oct-02 3:30 
GeneralRe: SCroll bar size Pin
Tomasz Sowinski15-Oct-02 3:41
Tomasz Sowinski15-Oct-02 3:41 
GeneralUse CRecordSet with Access Pin
MyEden15-Oct-02 2:58
MyEden15-Oct-02 2:58 
Hi,
I have 2 Tables on MS-Access and I use 1 class CRecordSet because these tables are joined. I have no problem to read a recordset like this:

rsMsg.m_strFilter.Format("CLE = %d", lCle );
rsMsgExp.Open( CRecordset::snapshot,_T("Proc"));
if(!(rsMsgExp.IsEOF() && rsMsgExp.IsBOF()))
{
rsMsgExp.MoveFirst();
csToto = rsMsgExp.m_TOTO;

But when I don't want to write (Add or Update a record), it's not possible, the Exception is "Record is on Read Only Mode", why ???????
Thanks a lot ....Confused | :confused:

GeneralRe: Use CRecordSet with Access Pin
Tomasz Sowinski15-Oct-02 3:14
Tomasz Sowinski15-Oct-02 3:14 
GeneralRe: Use CRecordSet with Access Pin
MyEden15-Oct-02 3:14
MyEden15-Oct-02 3:14 
GeneralRe: Use CRecordSet with Access Pin
Tomasz Sowinski15-Oct-02 3:20
Tomasz Sowinski15-Oct-02 3:20 
GeneralNeed Help: MFC Date and Time Pin
leonwoo15-Oct-02 1:45
leonwoo15-Oct-02 1:45 
GeneralRe: Need Help: MFC Date and Time Pin
Tomasz Sowinski15-Oct-02 1:54
Tomasz Sowinski15-Oct-02 1:54 
GeneralMouse coordinates are too big Pin
rkwan15-Oct-02 0:14
rkwan15-Oct-02 0:14 
GeneralRe: Mouse coordinates are too big Pin
Jon Hulatt15-Oct-02 1:03
Jon Hulatt15-Oct-02 1:03 
GeneralRe: Mouse coordinates are too big Pin
rjuncu15-Oct-02 3:34
rjuncu15-Oct-02 3:34 
GeneralCList Pin
stevenson14-Oct-02 23:17
stevenson14-Oct-02 23:17 
GeneralRe: CList Pin
Alexandru Savescu14-Oct-02 23:24
Alexandru Savescu14-Oct-02 23:24 
GeneralDebug Vs Release Mode Pin
Jamil Ahme14-Oct-02 22:55
sussJamil Ahme14-Oct-02 22:55 
GeneralRe: Debug Vs Release Mode Pin
jmkhael14-Oct-02 23:03
jmkhael14-Oct-02 23:03 
GeneralRe: Debug Vs Release Mode Pin
Anonymous15-Oct-02 0:09
Anonymous15-Oct-02 0:09 
GeneralRe: Debug Vs Release Mode Pin
Steen Krogsgaard15-Oct-02 2:08
Steen Krogsgaard15-Oct-02 2:08 
GeneralRe: Debug Vs Release Mode Pin
Raphael Kindt15-Oct-02 2:16
Raphael Kindt15-Oct-02 2:16 
GeneralRe: Debug Vs Release Mode Pin
Daniel Turini15-Oct-02 2:23
Daniel Turini15-Oct-02 2:23 
GeneralRe: Debug Vs Release Mode Pin
Tomasz Sowinski15-Oct-02 2:30
Tomasz Sowinski15-Oct-02 2:30 

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.