Access view of SDE?

418
2
05-13-2014 08:46 AM
KathrynTucker
New Contributor
I think what I want to do is use Access to look at the default version* of my SDE, to be able to query the attribute table of one of my feature classes, as well as joining it to an existing Access table. I don't need edit capabilities, just to know that I'm getting the current information when I run a query, I don't even need the spatial data. What I want to do is be able to export snapshots of my attribute data that I can send to owners of the physical roads that I'm mapping so that when their local data doesn't match mine (and they don't have GIS capabilities) I can easily send them a document that will assit in figuring out our discrepancies.

I have done a bit of searching here, and it looks like maybe I need to figure out multi-versioned views? Is this neccessary if I don't need to edit the data? I've also seen query layers mentioned a bit, but I'm pretty much at the limit of my GIS and database knowledge right now. My goal is eventually to have a webpage that will have an ArcGIS Online map embedded, and then some way to download the data that I'm trying to query (the real down side to this part is my total lack of web dev experience).

*It would be great to be able to look at an editor version in some cases, however if that would make the process much more difficult given the delta tables then I can just continue exporting what I need to Access in those cases.
0 Kudos
2 Replies
JoeBorgione
MVP Emeritus
Wouldn't it be just as easy (or easier) to extract the data from the sde.default attribute table while in ArcGIS?  You could opne the table, query by owner or whatever  and then export the results to another table for the users to consume.
That should just about do it....
0 Kudos
KathrynTucker
New Contributor
Maybe... I'd like to aggregate some of the data in order to make it meaningful, and have been using SQL in Access with exported tables thus far. I'm just barely breaking into python, I can manipulate scripts and have looked at geoprocessing with arcpy... I guess I was also overlooking doing it in ArcGIS because of the eventual web functionality I want, I hadn't really thought about a service that might have that functionality, maybe a geodata service? It looks like I would have the capability to extract data from there.

A majority of my experience with ArcGIS is in ArcMap, all the behind the scenes stuff is pretty new to me. Even my Access, SQL, and VB is from non-GIS applications.
0 Kudos