TDataPacketFormat indicates how information is encoded in a data packet or delta packet.
TDataPacketFormat = ( dfBinary, dfXML, dfXMLUTF8 );
enum TDataPacketFormat { dfBinary, dfXML, dfXMLUTF8 };
TDataPacketFormat indicates how a provider encodes database information into data packets. The following table lists the possible values:
|
Value |
Meaning |
|
dfBinary |
Information is encoded in binary format. |
|
dfXML |
Information is encoded in XML, with extended characters encoded using an escape sequence. |
|
dfXMLUTF8 |
Information is encoded in XML, with extended characters represented using UTF8. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|