dir function does not show CreateSQLiteDatabase too

2281
1
04-09-2014 09:57 AM
David_JAnderson
New Contributor III
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/main/10.2/index.html#/CreateSQLiteDatabase/03q30000002q000000/ 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.
Tags (2)
0 Kudos
1 Reply
KimOllivier
Occasional Contributor III

I expect this is deliberate because sqlite is not fully implemented in 10.2 as a supported geodatabase. Perhaps at 10.3 it will be documented.

0 Kudos