• Detaching Attribute-Links by keeping certain valid Links

    Hi everyone, I am writing an MDL-application for Microstation v8i [SS4] that is connected to a database. To make sure, that only valid MSLinks are attached I want to Stripoff all unneccessary MSLinks, by keeping the valid Links, because this check…
  • How to attach a MSLink to an Element

    Hi Everyone, I am trying to write an MDL in C/C++ that should attach Meta-Data to Elements in an external MDB-Database. I wrote already Code to make sure that the correct Database (DB) is attached, but now I have Problems how to attach the created…
  • RE: Linking Microstation Elements to a Database Records

    Unknown said: I just need to read up on how I achieve the outcome First, learn about Microsoft ADO Create a test DB that you can discard if you mess things up Use Excel as a VBA programming tool Write some VBA code that reads the DB Write…
  • RE: Linking Microstation Elements to a Database Records

    Unknown said: My question is how do I select and element and assign a different (unique) MSLINK to it, without having to change the code each time? Have you succeeded in connecting your app. to an external database? Your DGN elements have an ID (…