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.
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.