Question Nadirbek Nurlybekov · Nov 1, 2017 Property Deleted, %OnDelete Greetings to all! Faced with such a problem, I ask for help, someone with great practical skills I think has already implemented this. The task was not to delete any objects from the database, but somehow mark this data deleted by client, because of this, I added Property Deleted As% Boolean [InitialExpression = 0]; in the class. And in the redefined method %OnDelete: #Caché 0 3 0 797
Question Nadirbek Nurlybekov · Oct 26, 2017 Differences between INNER JOIN and -> Greetings to all!!! Suppose there is a table Mother (ID, Name) and Child (ID, Name, Mother), Mother in the table Childis a relationship. Let's say the task is to deduce the names of all the children whose their moms' names start with the letter 'A', I can do this in two ways in sql, and I can not understand the difference, the pros and cons that when to use: #Caché #SQL 0 1 0 453
Question Nadirbek Nurlybekov · Oct 26, 2017 Content-Type in REST Greetings to all!!! How to get the value of the Content-Type field from the object of the class %Stream.Object obtained with: stream=% request.GetMimeData (FormDataName, 1) I tried: #Caché 0 2 0 483