> On Mar 21, 2015, at 2:35 PM, Kovalenko Dmitry <dmitry.lipe...@gmail.com> > wrote: > > Look to OLE DB properties. > > Each property has the unique ID: <GUID>.<Number>.
Bad idea for many reasons: 1. Not upwards compatible from existing scheme 2. Gross overkill 3. GUIDs can't be transmitted byte-wise, consisting of a 32 bit int, three 16 bit ints, and a number of bytes. In a byte array, they're platform independent. 4. That has no provision for non-numbers like strings. DPB codes are single bytes assigned sequentially starting from 1. Anyone who can't figure out how to assign private codes should take up a different line of work. > > Regards, > Dmitry Kovalenko > > -----Original Message----- > From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] > Sent: Saturday, March 21, 2015 4:19 AM > To: firebird-devel > Subject: [Firebird-devel] Y-valve and DPBs > > Hi! > > We have in the set of DPB constants: > - Completely FB-engine features > - Features uses in y-valve > > All these constants are mixed in the same number space. > > So we say we support multiple providers, but at the same time we expect that > all providers has identical FB-engine features? > > How do non-FB providers may have they own functionality with DPBs? > > > Adriano > > ---------------------------------------------------------------------------- > -- > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > Firebird-Devel mailing list, web interface at > https://lists.sourceforge.net/lists/listinfo/firebird-devel > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > Firebird-Devel mailing list, web interface at > https://lists.sourceforge.net/lists/listinfo/firebird-devel ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel