Binary data synchronization engine
a synchronization engine and data technology, applied in the field of data transfer, can solve the problems of increasing the difficulty of keeping information between the different devices synchronized, the general inefficiency of synchronization schemes, and the diversity of applications and platforms
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0196] An example of how data is removed from one particular application data type and converted into the universal record format is given below for an Oracle database:
31 #include "stdafx.h" #include using namespace std ; #include "F1ItemUniversal.h" #include "oci.h" #include "OCIDefs.h" #include "OCIConnect.h" #include "OCISession.h" #include "OCIColumn.h" #include "OCICursor.h" #include "DataAccessor.h" #include "UniversalMapper.h" #include "UniversalRecord.h" #include "F1Util.h" #include "BaseAOSTableOCI.h" / * * Function: MapFields * Description: Map fields from an Oracle database record into an UniversalRecord format. * / void CBaseAOSTableOCI::MapField-s ( CDataAccessor *pAccessor, MappingItem theMap[ ], int numFields, CUniversalRecord &univRec ) { string sValue ; DATE dtValue ; LONG lValue ; double dValue ; for( int inx=0 ; inxGetFieldValue( fieldID, sValue ) ) { if ( 0 == ::_tcslen(sValue.c_str( ) ) ) continue ; univRec.insert ( fieldID, sValue.c_str( ) ); } break ; case eFie...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com