People, what's the difference between

const int csb_modify            = 64;           // we are processing a
modify
combined with
const int csb_erase                     = 256;          // we are processing
an erase

and the single flag
const int csb_update            = 1024;         // erase or modify for
relation

They seem to be used in different parts, but it seems to me as if the two
former ones combined will achieve the same result as the latter. Ideas?

C.
---
Claudio Valderrama C. - www.cvalde.net
Consultant, SW developer.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to