|
POST
|
Editing (Update) is supported. See the edit sample. When you say it doesn't let you edit can you be more descriptive. Are you using C++ or C#. What compiler? What OS? Can you send sample code?
... View more
04-05-2013
10:05 AM
|
0
|
0
|
1752
|
|
POST
|
Are any of you running on a network drive? Is anyone viewing the data while you are editing the data? If they are you may seen behavior like this. Note this is by process, not user. I you are editing the data and you have ArcCatalog open then you may be blocking the the save of edits and receive an error of this nature. Please contact Technical Support and have them help you with this issue.
... View more
04-01-2013
08:51 AM
|
0
|
0
|
9313
|
|
POST
|
Are any of you running on a network drive? Is anyone viewing the data while you are editing the data? If they are you may seen behavior like this. Note this is by process, not user. I you are editing the data and you have ArcCatalog open then you may be blocking the the save of edits and receive an error of this nature. Please contact Technical Support and have them help you with this issue.
... View more
04-01-2013
08:50 AM
|
0
|
0
|
2864
|
|
POST
|
Are your file geodatabases located on a network or local drive?
... View more
03-29-2013
08:29 AM
|
0
|
0
|
9313
|
|
POST
|
The File Geodatabase API allows you to edit simple feature classes and tables. If a feature class is involved in a topology or network editing will be blocked.
... View more
03-28-2013
12:08 PM
|
0
|
0
|
1752
|
|
POST
|
What problems are you seeing when you use an upgraded 9.x file geodatabase?
... View more
01-23-2013
06:55 AM
|
0
|
0
|
875
|
|
POST
|
Have you tried this with File Geodatabase? We added INNER JOIN at 10.0. You have to use code and an IQueryDef.
... View more
12-03-2012
08:53 AM
|
0
|
0
|
595
|
|
POST
|
The File Geodatabase API 1.3 is now available for download from the resource center. (http://www.esri.com/apps/products/download/) What�??s new at 1.3: Added support for MS Visual Studio 2012. Fix the MutlipatchShapebuffer helper functions and correct multipatch documentation errors in the extended_shape_buffer_format.pdf.(NIM078028) QueryEnvelope does not correctly calculate M and Z extent. (NIM082237) Supported GCS (Geographic Coordinate System) and PCS (Projected Coordinate System) updated to match 10.1 sp1. Fixed Issues: NIM078028 Fix the MutlipatchShapebuffer helper functions. NIM082237 QueryEnvelope does not correctly calculate M and Z extent. NIM084105 MultiPartShapeBuffer::GetMs return the wrong pointer value NIM085366 Using only a null or empty geometry results in a invalid extent.
... View more
11-30-2012
06:03 AM
|
1
|
15
|
12260
|
|
POST
|
You can fix the problem by loading the feature class into the feature dataset that you had a failure in copy/paste. Feature Class to Feature Class will correct differences in spatial reference. Copy/Paste (drag/drop) will not correct for differences in spatial reference.
... View more
11-16-2012
08:22 AM
|
0
|
0
|
613
|
|
POST
|
Corbin: Can you please post your code when you have it working with the file geodatabase? Lance: How come the NIM I referenced says that this functionality is on-hold for file geodatabases, but you say it actually does work? The NIMBUS bug is for the File Geodatabase API, where we don't support ORDER BY. We added significant SQL functionality to the File Geodatabase at 10.0 and 10.1. This includes ORDER BY and GROUP BY (10.1). None of this was ported to the File Geodatabase API.
... View more
11-16-2012
08:19 AM
|
0
|
0
|
549
|
|
POST
|
See the code fragment that I posted. SubField is the field list. Lance
... View more
11-16-2012
07:38 AM
|
0
|
0
|
2322
|
|
POST
|
ORDER BY is supported by File Geodatabase at ArcGIS 10.0. You must include the sort field(s) in the field list. Something like: ' Select the fields to be returned queryFilter.SubFields = inputFieldName & ", SortSequence" ' Set the filter to return only searchable queryFilter.WhereClause = """IsSearchable"" = 'Y'" ' Use the PostfixClause to sort ascending Dim queryFilterDef As IQueryFilterDefinition2 = CType(queryFilter, IQueryFilterDefinition2) queryFilterDef.PostfixClause = "ORDER BY SortSequence"
... View more
11-16-2012
07:25 AM
|
0
|
0
|
2322
|
| 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
|