|
POST
|
"[]" are unique to Access and SQL Server. They are not part of the SQL standard.
... View more
12-05-2013
10:22 AM
|
0
|
0
|
1403
|
|
POST
|
'Esri.FileGDBAPI.DLL' is the C# wrapper. Do you also copy 'FileGDBAPI.dll'?
... View more
12-04-2013
06:59 AM
|
0
|
0
|
5931
|
|
POST
|
At ArcGIS 10.1 you can use ArcObjects to rename a field in a geodatabase. It was not possible prior to 10.1.
... View more
11-19-2013
11:02 AM
|
0
|
0
|
974
|
|
POST
|
Add your request to http://ideas.arcgis.com/ideaView?id=08730000000887yAAA on the idea site.
... View more
11-19-2013
09:15 AM
|
0
|
0
|
2021
|
|
POST
|
Thank you for all of the feedback on the file geodatabase API and OS X Mavericks. We are investigating our options and will be providing a solution as part of the next release of the API. The release date has not be set, but I expect it will be before the ESRI Dev Conference in March.
... View more
11-06-2013
02:38 PM
|
0
|
0
|
2889
|
|
POST
|
It appears that the available binary API is not compatible with the new OS X 10.9 Mavericks. Can anyone else confirm or deny this? I am unable to build gdal support for FileGDB, and I suspect it is due to changes in the available libs in 10.9 versus older OS versions. We will take a look. Can you provide more information. What errors are you seeing when you attempt to build gdal.
... View more
10-31-2013
02:20 PM
|
0
|
0
|
2889
|
|
POST
|
The needing to restart indicates that another process has a lock on the file geodatabase. A file geodatabase cannot be deleted id a lock is present. You should delete a file geodatabase from ArcGIS, not from the file system. Deleting a file geodatabase from the file system may leave some files on disk. Rather than rebooting you need to shut down the locking processes. From windows explorer look in the file geodatabase directory. You should see some files file a .lock extension. The file names include the process number.
... View more
10-22-2013
01:34 PM
|
0
|
0
|
625
|
|
POST
|
Try setting the write lock after running the search.
rowsParcels = parcelTable.Search(firstColumn, parcelTableWhereClause, RowInstance.Recycle);
parcelTable.SetWriteLock();
... View more
09-26-2013
01:18 PM
|
0
|
0
|
334
|
|
POST
|
It�??s this option. -stdlib=libc++ Change to -stdlib=libstdc++ and it should work fine.
... View more
09-25-2013
02:33 PM
|
0
|
0
|
937
|
|
POST
|
Currently the only way to do this is: EnumRows m_AllRows;
..
..
int numOfRows=0;
while(m_AllRows->Next(NewRow)==S_OK)
{
numOfRows++;
} In the next release you will be able to use SELECT COUNT(*) FROM Table to return the number of rows. We expect to have the next release available before the 2014 Dev Summit. Possibly earlier.
... View more
09-25-2013
12:10 PM
|
0
|
0
|
558
|
|
POST
|
Is the DYLD_LIBRARY_PATH set to the location where the libraries are? If so, can you provide the link line and options used when linking.
... View more
09-25-2013
11:42 AM
|
0
|
0
|
937
|
|
POST
|
What versions of the API and ArcGIS are you using? Can you post your code?
... View more
09-09-2013
08:17 AM
|
0
|
0
|
2111
|
|
POST
|
File Geodatabase SQL is based mostly on the SQL92 standard which does not include FROM in an a UPDATE. Normally this sort of update would be performed using a subquery. The 1.0-1.3 versions of the API are based on File Geodatabase as it existed at 10.0. This did not include support for aliasing. So "SET Field1=a.Field2 FROM Table2 a , Table1 b where a.OID=b.OID" would return an error in any case. The next release which is expected later in 2013 will be updated to 10.2 File Geodatabase SQL. File Geodatabase support for subqueries is limited, so I can not promise that it would work in this case. I'll take a look and report my findings.
... View more
08-16-2013
11:24 AM
|
0
|
0
|
1143
|
|
POST
|
The runtimes are required. From the Windows Readme file. This is also in the Readme for VS2010 and VS2012. SOFTWARE REQUIREMENTS: Visual Studio 2008 SP1 (C++) Standard, Professional, or Team Editions required for development. Visual Studio 2008 C and C++ Runtimes required for deployment.
... View more
08-06-2013
08:55 AM
|
0
|
0
|
1459
|
|
POST
|
What is the source of the shapefiles? Where they created with ArcGIS or ? Failed how? What error was returned? Was this working before you added data creator and editor fields? Any details would be helpful.
... View more
08-05-2013
03:17 PM
|
0
|
0
|
625
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-16-2013 09:31 AM | |
| 1 | 12-21-2016 08:14 AM | |
| 1 | 07-29-2016 08:34 AM | |
| 1 | 04-15-2015 09:20 AM | |
| 1 | 12-19-2016 04:33 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-24-2025
12:47 PM
|