This isn't really related to SolidWorks but i'm trying toimplement this in my add-in.
First off what i'm trying to do is update a dataset that I'vecreated as part of the project using the data Source wizard. Partof the way the program will work when finished is that the admincan go in and add new tables of information to pull from withoutmodifying any code or the database through the SQL managementstudio. Unfortunately those new tables are not added to the datasetunless I pull up the wizard again and select them through visualstudio that would mean I would have to deploy the new dataset eachtime a new table was added. I want to have the program connect tothe database and pull that info into the dataset each time it'sstarted that way it reflects new additions right away.
What would be the best way of doing this?
How would I accomplish it?
Where would the code need to be placed for it to happen on start upof the add-in?SolidworksApi macros
First off what i'm trying to do is update a dataset that I'vecreated as part of the project using the data Source wizard. Partof the way the program will work when finished is that the admincan go in and add new tables of information to pull from withoutmodifying any code or the database through the SQL managementstudio. Unfortunately those new tables are not added to the datasetunless I pull up the wizard again and select them through visualstudio that would mean I would have to deploy the new dataset eachtime a new table was added. I want to have the program connect tothe database and pull that info into the dataset each time it'sstarted that way it reflects new additions right away.
What would be the best way of doing this?
How would I accomplish it?
Where would the code need to be placed for it to happen on start upof the add-in?SolidworksApi macros