Changes between Version 5 and Version 6 of FDORfc52


Ignore:
Timestamp:
Aug 8, 2010, 4:01:51 PM (14 years ago)
Author:
traianstanev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc52

    v5 v6  
    6161Column value access by name is also possible using operator[].
    6262
    63 <code>
     63{{{
    6464void PrintFile(const wchar_t* path)
    6565{
     
    110110    }
    111111}
    112 </code>
     112}}}
    113113
    114114=== Example 2: Bulk copy from one data source to another (e.g. SHP to SQLite conversion) ===
     
    120120target data store.
    121121
    122 <code>
     122{{{
    123123void ConvertFDOToFDO(const wchar_t* src, const wchar_t* dst)
    124124{
     
    171171    }
    172172}
    173 </code>
     173}}}
    174174
    175175== Performance Implications ==