If you want save the whole dgn file in one record, it is no difference
than save a picture or other binary data into database. You can find
ton of code sample in google.
If you want save each element in one record, Intergraph has some tools.
There was one come with their FRAMME product, fsagsql.exe can parse and
dump a dgn (V7 only) into an sql insert scripts, quite handy. Their new
product g/electric come with a DesignFileToSQLLoader.exe.
If you want write your own parser, there is a free available dgn parse
library somewhere. You may also try use edg to dump the file into a
text and then parse this text file. Of course, it only works with V7.
hsa76 wrote:
> I need to store MicroStation DGN elements in database tables along with
> other information. For this I am using Microsoft SQL Server 2005. Is it
> possible to do this?
>
> Hope anyone can help me with this.
>
> Havard Sande


|