Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGeneral Pointer to Variables Pin
sweep12325-Aug-04 5:49
sweep12325-Aug-04 5:49 
GeneralRe: General Pointer to Variables Pin
jmkhael25-Aug-04 5:56
jmkhael25-Aug-04 5:56 
GeneralRe: General Pointer to Variables Pin
sweep12326-Aug-04 2:17
sweep12326-Aug-04 2:17 
GeneralRe: General Pointer to Variables Pin
sweep12326-Aug-04 5:35
sweep12326-Aug-04 5:35 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
David Crow25-Aug-04 5:47
David Crow25-Aug-04 5:47 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
raed25-Aug-04 5:55
raed25-Aug-04 5:55 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
jmkhael25-Aug-04 5:59
jmkhael25-Aug-04 5:59 
GeneralRe: CRecordset Record Updating(Debug Assertion Failure) problem Pin
raed25-Aug-04 20:38
raed25-Aug-04 20:38 
ok,i check IsOpen() for recordset and return that the recordset is not Open , but when i open the record set like this:

CDatabase database;
database.OpenEx("DSN=HomeDSN;uid=sa;pwd=");
CRecordset record(&database);
record.Open(AFX_DB_USE_DEFAULT_TYPE,"SELECT * FROM Clients",CRecordset::none);

...
..
it works fine

but when do this:-

record.Open(AFX_DB_USE_DEFAULT_TYPE,"UPDATE Clients SET ClientName = 'Sam' WHERE ClientID ='00014'",CRecordset::none);//Assertion occured

WHY?

Thanks

Questionhow to move the event handler from main view Pin
hyling25-Aug-04 5:43
hyling25-Aug-04 5:43 
GeneralINI Files Pin
si_6925-Aug-04 5:30
si_6925-Aug-04 5:30 
GeneralRe: INI Files Pin
David Crow25-Aug-04 5:45
David Crow25-Aug-04 5:45 
GeneralRe: INI Files Pin
si_6925-Aug-04 22:40
si_6925-Aug-04 22:40 
GeneralRe: INI Files Pin
David Crow26-Aug-04 3:01
David Crow26-Aug-04 3:01 
GeneralWinSock2 Pin
Micie25-Aug-04 5:20
Micie25-Aug-04 5:20 
GeneralRe: WinSock2 Pin
Tom Wright25-Aug-04 5:33
Tom Wright25-Aug-04 5:33 
GeneralRe: WinSock2 Pin
Micie25-Aug-04 5:36
Micie25-Aug-04 5:36 
GeneralRe: WinSock2 Pin
Tom Wright25-Aug-04 5:46
Tom Wright25-Aug-04 5:46 
GeneralRe: WinSock2 Pin
palbano25-Aug-04 19:32
palbano25-Aug-04 19:32 
GeneralAT command? ===> read sms method Pin
Adrian Soon25-Aug-04 5:11
Adrian Soon25-Aug-04 5:11 
GeneralRe: AT command? ===> read sms method Pin
jmkhael25-Aug-04 5:24
jmkhael25-Aug-04 5:24 
GeneralRe: AT command? ===> read sms method Pin
Adrian Soon26-Aug-04 0:55
Adrian Soon26-Aug-04 0:55 
GeneralRe: AT command? ===> read sms method Pin
jmkhael26-Aug-04 1:00
jmkhael26-Aug-04 1:00 
GeneralRe: AT command? ===> read sms method Pin
Adrian Soon26-Aug-04 2:06
Adrian Soon26-Aug-04 2:06 
GeneralRe: AT command? ===> read sms method Pin
Adrian Soon28-Aug-04 5:18
Adrian Soon28-Aug-04 5:18 
Generalintrinsic _InterlockedIncrement Pin
peterchen25-Aug-04 5:10
peterchen25-Aug-04 5:10 

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.