Author Topic: Can using objectDBX corrupt a drawing at all?  (Read 1750 times)

0 Members and 1 Guest are viewing this topic.

ArgV

  • Guest
Can using objectDBX corrupt a drawing at all?
« on: February 09, 2010, 10:27:22 AM »
This might be a dumb question, but I'm just wondering before I make a utility to search through our very important drawings with objectDBX, whether there is any way that using ODBX can corrupt, or otherwise ruin a drawing.

thanks!

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Can using objectDBX corrupt a drawing at all?
« Reply #1 on: February 09, 2010, 11:04:21 AM »
Anything can corrupt a drawing, so just using ObjectDBX is no more worry than using code in the current drawing that is open.  If you are just searching for stuff, and not saving, then I see no problem at all.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: Can using objectDBX corrupt a drawing at all?
« Reply #2 on: February 09, 2010, 11:21:23 AM »
Hope not!  :-P

But on a more serious note - there are a few known bugs - like losing the thumbnail when saving, attributes shifting position when editing them - but gathering information without saving doesn't affect it I believe.

ArgV

  • Guest
Re: Can using objectDBX corrupt a drawing at all?
« Reply #3 on: February 09, 2010, 01:36:21 PM »
Hope not!  :-P

But on a more serious note - there are a few known bugs - like losing the thumbnail when saving, attributes shifting position when editing them - but gathering information without saving doesn't affect it I believe.

Ok, thank you. good to know. Right now I'm not saving anything, but probably will in the future, and will keep these things in mind. (thanks T. Willey as well)