Is it possible to build an object (of whatever kind) in ArcEngine code that links the geodatabase data with a non-spatial SQL Server query? How would you go about doing this?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Easiest Answer; is to just create a data connection to your SQL Server, Make your query and the returning dataset can be added to a ESRI table in memory that you can join. |
|||
|
|