From couple of days i am thinking of a following scenario Consider I have 2 tables with parent child relationship of kind one-to-many. On removal of parent row i have to delete the rows in child thos
I get the folowing error in my Silverlight application. But i cant figure out what control it is that is the problem. If i debug it don\'t break on anything in the code, it just fails in this framewor
I have a parent and a child process written in C language. Somewhere in the parent process HUP signal is sent to the child. I want my parent process to detect if the child is dead. But when I send SIG
I\'m trying to create a child process in another process. I am writing both the programs in C language. First I write a dummy process which will be the child process. What it is doing is only to write
I\'ve got a problem at saving my entity. MApping: ?xml version=\"1.0\" encoding=\"utf-8\" ?> <hibernate-mapping xmlns=\"urn:nhibernate-mapping-2.2\"
How do something like that: Class Car: string Name, int year Class SUV:Car; SUV bmw=ToCar(car); Something like that ??
Im writing a XML schema for a project. I cannot solve following problem: A element cannot be nested by itself, ex:
I have a function which gets the ids of all children of a parent from my DB.So, if I looked up id 7, it might return an array with 5, 6 and 10.What I then want to do, is recursively find the children开
I am new at actionscript 3. I want to change a variable set to 0 in the parent to 1 when a button in the child is clicked.
I will jump right in, to be brief and descriptive: C++, Windows API I am creating child processes using CreateProcess to run external (command-line) applications. I have built in a time-out, and if