Script tool to transfer the ???Add??? - ???Delete??? tables (Delta Tables) into the base tabl

514
4
02-04-2013 12:31 AM
JamalNUMAN
Legendary Contributor
Script tool to transfer the ???Add??? - ???Delete??? tables (Delta Tables) into the base table,

I have been looking for a SCRIPT TOOL that transfer the content of the ???Add??? ???Delete??? into the base table (business table) but had no luck. This script is supposed to make both ???Add??? - ???Delete??? tables to be empty (no records).

[ATTACH=CONFIG]21388[/ATTACH]

Thank you

Best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
Tags (2)
0 Kudos
4 Replies
AnthonyGiles
Frequent Contributor
Jamal,

Essentially what you are after is performing a compress on the database:

http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000...

This can easily be done by a peice of python script:

http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000

Regards

Anthony
JamalNUMAN
Legendary Contributor
Jamal,

Essentially what you are after is performing a compress on the database:

http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000...

This can easily be done by a peice of python script:

http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000

Regards

Anthony


Many thanks Anthony

As I have very little experience is scripting and building script tool then I�??m kindly looking for an integrated Script Tool for an end user.

All the best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos
AnthonyGiles
Frequent Contributor
Jamal,

Have a look at the help on creating script tools:

http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm

Regards

Anthony
0 Kudos
JamalNUMAN
Legendary Contributor
Jamal,

Have a look at the help on creating script tools:

http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000006000000.htm

Regards

Anthony


thank you Anthony,

best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos