Best regards / Med venlig hilsen Lars I. Nielsen GIS & DB Integrator GisPro
All of what you say is very possible with SQL server/ Mapinfo. We've been
using SQL with MapInfo for almost 10 years in a few corporate environments,
(albeit with Spatialware until the last 3 years or so). Definitely the way
to go.
Views using more than one table are a very efficient way of making sense of
corporate data structures, and are easy to implement. Further they are not
editable unless you put triggers on them to edit the base tables on those
views, so even if users have editing permissions on the database, they can't
with views. If you join them to data that has a tag that can be used to
filter data for particular users, you can open linked tables that filter
that data so they only see the data they need. Remember that you can create
views that include spatial joins as well.
Linked tables are quite efficient in refreshing the data, so perhaps look at
those as a way of maintaining the currency of the data. Not sure how that
would work if all users are using the same tables, but we have it so each
user has a local linked table, and refreshes that as needed either manually
or programmatically.
It definitely helps if you have some creative database administrators,
although it will take time to get them to understand spatial. There are a
few people that are on this list that have a fair bit of experience in the
area, and they have helped a lot over the years.
Rob.
Hi all,
Many thanks,
Matt
--
You received this message because you are subscribed to the Google Groups
"MapInfo-L" group.To post a message to this group, send email to
mapi...@googlegroups.com To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
Best regards / Med venlig hilsen Lars I. Nielsen GIS & DB Integrator GisPro