Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DOS-based database into Vault?

2 REPLIES 2
Reply
Message 1 of 3
tmccar
416 Views, 2 Replies

DOS-based database into Vault?

have a DOS-based drawing indexing system, whcih is used to index drawing numbers, and contains various other drawing-related information. It uses an SQL database I believe, although the database seems to be in a binary (.DAT) format.

    The database fields are not linked to drawings of course - it's a seperate indexing system that is mainly used for generating drawing numbers and finding old drawings.

   We will soon be rolling out Autocad 2012, Inventor and Vault. I would very much like to see the old indexing system phased out and replace it with Vault functionality, but I can't see how this could be achieved. Does anyone have a suggection for this?

Tags (4)
2 REPLIES 2
Message 2 of 3
Redmond.D
in reply to: tmccar

Vault has a numbering system you can use for generating drawing numbers.  Vault also has a powerful property and search mechanism for locating documents.  So you should be able to translate all the DOS concepts to Vault.

 

Whatever you are indexing on in DOS you would create a Vault property for.  Best case scenario, the drawing data gets extracted by Vault, and you can just map it to the Vault property.  Worst case, custom programming is needed to explicitly set the Vault property data based on the values in the old system.

 

You might want to contact your reseller.



Doug Redmond
Software Engineer
Autodesk, Inc.

Message 3 of 3
cean_au
in reply to: Redmond.D

interested.

 

I have a ms-access drawing register file and I want to move the infomation in it into valut. In the register, there are drawing number, title, revision and so on. I can read them with vb.net, just need to know how to send them into valut. Need to look at some valut vb.net code samples.

 

 

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report