Hello everyone and good weekend
I am working on addin that has to save a lot of data about assemblies.
Currently I am doing that using SQL CE files that I create them in the same folder that the SLDASM file is.
In our company the work on the files are from our network drive and the SQL CE files are saved there also so if someone opens the SLDASM on other machine the AddIn can read the data that written on the machine created the sqlce data.
But, I am planning my AddIn to work not only for has but for more, and as I understand PDM copies the SLDASM from the server to the local machine and when he is done working he send it back to the server. Now, I need my database for the assembly to go with it everywhere, including pack&go. Is there a way to add my sqlce files to the SLDASM referenced files list? Or do you have any other way to save a lot of data that will keep going with the assembly?
Thanks for any help,
Bnaya Livne
SolidworksApi macros