Click here to Skip to main content
16,005,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalproblem with recordset delete function Pin
8-Jul-02 16:49
suss8-Jul-02 16:49 
GeneralCString::GetBuffer Pin
Abin8-Jul-02 15:39
Abin8-Jul-02 15:39 
GeneralRe: CString::GetBuffer [edited due to slight error] Pin
Nish Nishant8-Jul-02 15:44
sitebuilderNish Nishant8-Jul-02 15:44 
GeneralRe: CString::GetBuffer [edited due to slight error] Pin
Abin8-Jul-02 16:54
Abin8-Jul-02 16:54 
GeneralRe: CString::GetBuffer [edited due to slight error] Pin
Rene De La Garza8-Jul-02 17:08
Rene De La Garza8-Jul-02 17:08 
GeneralRe: CString::GetBuffer [edited due to slight error] Pin
Christian Graus8-Jul-02 17:53
protectorChristian Graus8-Jul-02 17:53 
Generalusing delete() in recordset Pin
8-Jul-02 15:28
suss8-Jul-02 15:28 
GeneralRe: using delete() in recordset Pin
Carlos Antollini8-Jul-02 20:12
Carlos Antollini8-Jul-02 20:12 
You need to add a unique field to the table.
The problem that the delete method do that scannig the table, and identificating the the record to delete like a unique record, but if you have a record equal to that you want to delete, you have the problem that you said....
Only add a auntonumeric field, or a timestamp field. And that will do that the field will be unique in all the table....;)

Best Regards

Carlos Antollini.
Sonork ID 100.10529 cantollini
GeneralRECOVERING A BINARY TREE FROM ITS POST-ORDER CODE!! Pin
barking_dogs8-Jul-02 14:35
barking_dogs8-Jul-02 14:35 
GeneralRe: RECOVERING A BINARY TREE FROM ITS POST-ORDER CODE!! Pin
Christian Graus8-Jul-02 16:56
protectorChristian Graus8-Jul-02 16:56 
QuestionCalling a parent method? Pin
clintsinger8-Jul-02 14:07
clintsinger8-Jul-02 14:07 
AnswerRe: Calling a parent method? Pin
Chris Losinger8-Jul-02 14:17
professionalChris Losinger8-Jul-02 14:17 
GeneralRe: Calling a parent method? Pin
clintsinger8-Jul-02 15:19
clintsinger8-Jul-02 15:19 
GeneralMouse Messages Pin
carp8-Jul-02 13:47
carp8-Jul-02 13:47 
GeneralRe: Mouse Messages Pin
Christian Graus8-Jul-02 16:57
protectorChristian Graus8-Jul-02 16:57 
GeneralRe: Mouse Messages Pin
carp10-Jul-02 5:55
carp10-Jul-02 5:55 
GeneralRe: Mouse Messages Pin
Christian Graus10-Jul-02 12:29
protectorChristian Graus10-Jul-02 12:29 
GeneralVariable Number of Arguments Pin
8-Jul-02 13:03
suss8-Jul-02 13:03 
GeneralRe: Variable Number of Arguments Pin
8-Jul-02 13:07
suss8-Jul-02 13:07 
GeneralRe: Variable Number of Arguments Pin
Chris Losinger8-Jul-02 14:18
professionalChris Losinger8-Jul-02 14:18 
GeneralRe: Variable Number of Arguments Pin
8-Jul-02 16:07
suss8-Jul-02 16:07 
Questionpragma warning disable? Pin
User 66588-Jul-02 11:06
User 66588-Jul-02 11:06 
AnswerRe: pragma warning disable? Pin
Stuart Dootson8-Jul-02 12:42
professionalStuart Dootson8-Jul-02 12:42 
AnswerRe: pragma warning disable? Pin
Michael Dunn8-Jul-02 16:53
sitebuilderMichael Dunn8-Jul-02 16:53 
GeneralRe: pragma warning disable? Pin
User 66589-Jul-02 0:03
User 66589-Jul-02 0:03 

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.