Because I am trying to make as generic as possible the toolset I am putting together for a user base that have both ESRI and non-ESRI applications. If they were only ESRI users I would just be using the ArcObjects API...but since the vast majority of them are not, I am attempting to use the FGDB API.
There are use cases where one user might send a file geodatabase from their ESRI workspace to another user who is using another product but needs to visualize all/part of that data. The second user might not know what the first user has named his tables...which gets back to my original question of is it possible to obtain table data from the File Geodatabase API without apriori (sp?) knowledge of the table name or am I SOL and I need to go find a different solution.
If there is a way to generate a listing of the table names contained within a file geodatabase via the API that would obviously work just fine.
This API seems to work quite well if you are creating/modifying tables that you have custody over. If you are working off a dataset that you do not necessarily have full insight into, there appear to be some deficiencies. Which is fine, because I have a feeling that's where ArcObjects is better suited to play.
Thanks
Evan