Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Data Management toolbox > Disconnected Editing toolset > Tools

Export to Delta (Data Management) (ArcInfo and ArcEditor only)

Release 9.2
Last modified November 29, 2010
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Related Topics

Exports changes in a check-out replica geodatabase to a delta file. A delta file contains only the changes exported from a replicated geodatabase.

Note that this tool is designed for check-out replicas only and should only be used to support applications from earlier releases. It is recommended that you use the export data change message tool in place of this tool.


Usage tips

Command line syntax
An overview of the Command Line window
ExporttoDelta_management <in_workspace> <dest_delta_database>

Parameter Explanation Data Type
<in_workspace>

Specifies the child replica geodatabase from which to export the delta file.

Workspace
<dest_delta_database>

Specifies the delta file.

File
Data types for geoprocessing tool parameters


Command line example

ExportToDelta_management housing.mdb d:\delta.mdb

Scripting syntax
About getting started with writing geoprocessing scripts
ExporttoDelta_management (in_workspace, dest_delta_database)

Parameter Explanation Data Type
in_workspace (Required)

Specifies the child replica geodatabase from which to export the delta file.

Workspace
dest_delta_database (Required)

Specifies the delta file.

File

Data types for geoprocessing tool parameters


Script example

import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "c:/test_data"
gp.toolbox = "management"
gp.exporttodelta("housing.mdb", "d:\testing.mdb")

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.