Hello,
I am trying to use multiple entries with Zend_Config_XML, but no luck so far. I have the following structure.
<acl>
<admin>
<access moudle="module1" controller="controller1" action="action1">
<access moudle="module2" controller="controller2" action="action2">
<access moudle="module3" controller="controller3" action="...
Hi I want to delete multiple records in enitity framework without using a for loop or any other loop using LINQ. Something that we can do it in SQL is there any way to delete multiple records in enitity framework
...
I am trying to develop a method in my RESTful web service in Java to insert multiple entries into a MySQL DB using POST request. The generated RESTful Web Service has a method to insert a single entity, but not multiple ones. For example, it accepts:
<creature>
<sort>Mouse</sort>
<name>Pinky</name>
</creature>
But not (what I wou...