This topic is locked

AspRunner: new DB sync always add automatically new discovered fields

2/15/2024 11:53:31 AM
ASPRunner.NET General questions
E
erosolmi author

Hi,

when executing DB sync or change some view adding more fields ... AspRunner always add automatically new discovered fields into pages changing tables layouts adding new columns or new fields in Add / list / View / ....

I would like to manually handle new discovered fields and decide field by field what to add to designer pages.

It it possible?

Thanks a lot
Eros

T
Tim 2/22/2024

Yes, that's always bothered me too. For this reason, I have switched to only using "Custom views" on the tables page of ASPR. (as apposed to just clicking on a table from you connection). This seems to prevent auto-adding fields... I think. If your custom view is just "select * from dbo.MyTable" then it may auto-add. But if the custom view has any sort of join, or is pointed to a DB view, or (I think) if it has a where clause, it seems to not auto-add new fields.

Thanks,
Tim