Tagged Questions
6
votes
0answers
180 views
File Geodatabase API .NET Wrapper - Determine if Table/Feature Class Is Locked
I have been using the file gdb api .NET wrapper, and it has suited my needs quite nicely (vs using ArcObjects). One of the things I have yet to figure out if there is a proper way to determine if a ...
2
votes
1answer
264 views
Are there known issues about UPPER, LOWER SQL functions in ArcGIS 10, file GDB?
Platform: ArcGIS 10 SP3, .NET
I use:
IQueryFilter queryFilter = new QueryFilterClass();
with ArcGIS .NET SDK and build a query...
Does anybody had problems using UPPER(stringField) and ...