Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

dir function does not show CreateSQLiteDatabase too

$
0
0
I'm just starting to work with 10.2. One new functionality I want to explore is the use of SQLite databases. According to the documentatation http://resources.arcgis.com/en/help/...000002q000000/ the new SQLite database can be created using the code arcpy.gp.CreateSQLiteDatabase.
Then I try that at the Python window, auto complete does not give the option for CreateSQLDatabase. Doing a dir(arcpy.gp) does not show the function.
What is odd though is that actually typing the function will create the SQLite database file.

Viewing all articles
Browse latest Browse all 2485

Trending Articles