WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for data tables

(...) e to select *, dbo.GetTextPartEN(Description) as DescriptionEN,dbo.GetTextPartEN(Remark) as RemarkEN This came only to my mind now, because I'm creating a lot of "repetitive statements" in a few data tables , but when I think back, it would have helped me in a lot of other cases two. Best regards, Daniel

(...) data sources. The data rows that fetch data using SQL reload correctly whenever the “client” attribute value changes. However, the ones that use REST do not refresh. I had a similar issue with data tables in the past and solved it by using JavaScript to simulate clicking the reload button each time a dependent attribute value changed. Unfortunately, the Data Row control doesn’t have a reload button. (...)

Hi to all. As a consultant who needs to dive regularly into the database using SQL I'm surprised that there is no physical data model diagram in the documentation. A visual representation of tables and their dependancies provides a very useful overview about how data is structured, maintained and related. In SQL server there is a option to add a new database diagram and thus my question: could Web