creat database in Bentley Map Enterprise v8i (SELECT series3)

Hi, all I have a map including land plots, houses and roads. But I do not know where to start in order to generate data for its properties including their name and address of each parcel of land, to show it in databrows containing my data insert to it. Can you guide me to do this in Bentley Map?
thanks you very much !!!

Parents
  • It sounds like you have graphics in a drawing and no database. you want to add the attribute properties to the geometry in the drawing. This is one approach.

    • Decide what attributes you want to track for the features (land plots for example).
    • Decide if you want the geometry to be stored in the DB or not. If you do not want to store the geometry in the DB then a simple relational database engine is fine ( Access, MySQL, etc.). If you want the geometry to be stored ion the DB, then you are going to have to use Oracle or SQL Server.
    • Create the attribute tables.
    • Using the Geospatial Administrator ( there is a course on this called Bentley Map Administrator), setup the project. This WILL take a bit to do, give yourself some time to do this. Remember to create promote functionality for your features.
    • Start Map using the project.
    • Select the geometry for the land plots.
    • Promote to the land plot feature(s).
    • Edit attributes for each feature instance. There is a way in the promote process to populate the attributes that have the same value across all feature instances.

    I hope this helps.

    As others have expressed there are courses for this on the learn server. The one course mentioned above should give you most of what you need.

     

  • hi , Jerry Thank you for your interest in my questions. you say is true, that is the problem I encountered my map without database. I do not know how to add attributes to it like attributes of the database table in MapInfo. I want to create a database table as you want of me and I can enter information into it I can see them in Utilities
    -> Databrowser You can tell more about this section is not? I'm thank your help for me.
Reply Children