Hi, What I am trying to do is to basically define the relationship between various ArcGIS shapefiles and tables that are contained in one sqlite(spatialite extension) database.
After defining the relationship, I want to be able to navigate through the related values in a GIS application (e.g. QGIS) In ArcGIS-FGDB(Feature Geodatabase) set-up, I can define something called "relationship class" which enables such capability. So far, I figured out that I can relate two tables using the syntax "REFERENCES" in sqlite, but it does not seem to have something similar to relationship class explicitly. Assuming that I completed defining the relationship between the shapefiles using REFERENCES keyword in sqlite, is there any visualization tool that enables me the navigation between the related table attribute values? I would appreciate your answer. Thanks! DK -- Dekay Kim _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users