Refers to the deletion of files from a filesystem or records from a database, or the deallocation of objects in memory. Can also refer to the DELETE which is one of the HTTP protocol methods.
3
votes
0answers
158 views
Batch delete via mutate
This is quite strange, when attempting to delete a batch of records,
only 1/2 the rows are deleted.
For example, a query that returns a List of Users, I would attempt to
delete like so:
val byUser = ...
2
votes
0answers
75 views
What does Weibo do with shared images?
I have to integrate a sharing button for Sina Weibo.
The code for the sharing is not the problem and can be found here:
http://open.weibo.com/sharebutton
and further documentation of the parameters
...
2
votes
0answers
172 views
How to combine moving cell + delete option in GMGridView for iphone app
I want to combine moving cells & option to delete particular cell like iOS springboard in GMGridView. I can't understand how to combine those functionality so that user have option to move the ...
2
votes
0answers
330 views
iOS Spring board like Grid View with dragging & moving items + delete option in iOS 5
I want to implement iOS spring board like functionality in my app. I want to display images in grid fashion. Images can be draggable so that I can change the position of image. Long press will ...
2
votes
0answers
155 views
I get an exception when I try to delete a register that not exists in the database
I am doing some tests with concurrency and Entity Framework 4.0. I am doing the following, with two users.
The user 1 load the registers.
The user 2 load the registers.
The user 2 delete one ...
2
votes
0answers
368 views
IOS - FBConnect - sessionValid - AFTER delete application at the facebook-website
in my ios iPhone app I use facebook connect. The SSO works wunderful, I can post to wall etc.. ;-) But there is one problem.
I start my app
allow facebook to connect
everything is fine ;-) in the ...
2
votes
0answers
263 views
Delete core data object instance - must relations really be set to nil?
Deleting a core data object on iOS is a really common task, I'd say. But it has a common problem that I just can't figure out myself: if the instance has relations set, the deletion fails with ...
2
votes
0answers
381 views
Entity Framework cascade delete parent row in self-referenced table
In my MS SQL Server 2008 database I have self-referenced table with categories for hierarchy (ID and ParentID). Table have a self Foreign Key constraint and "Instead of Delete" trigger to perform ...
2
votes
0answers
279 views
RESTful API: DELETE item from a list resource without additional “association resource”
Simple model: A User can have several friends (=other users).
This could be a representation of a user:
{
"name" : "Chris",
"friends" : {
"href" : "http://example.org/users/32gu/friends",
...
2
votes
0answers
2k views
SharePoint: How to create/delete multiple items in a transaction
I am trying to delete multiple items in a SharePoint list with the constraint that either all of the items should be deleted or none of the items should be deleted.
In short, I am looking to create ...
1
vote
0answers
19 views
Delete url not throwing any response in nodejs
Hi i am having a nodejs server which will handle get and post requests.If a user gives a wrong method it throws an error. Below is my code
app.use(connectDomain()) // For error handling
...
1
vote
0answers
18 views
Deleting SELECTED item without the contain
http://i.stack.imgur.com/NDCZ9.png
From this structure I tried to delete only the 2nd div, without deleting the <ul> inside.
<div id=main>
<div id='divtodelete'>
<ul>
...
1
vote
0answers
77 views
Grails - deleting uploaded images
I uploading in my app, images and save them in web-app/myCustomFolderImages.
When i want delete some of this images, i having 2 problems.
1.Sometimes when i deleting file immediately after upload, i ...
1
vote
0answers
25 views
How to make Mini-redirector to remove entire folder on a WebDAV server using single request?
I have found that when Microsoft Mini-redirector deletes folder it deletes it file-by-file. This produces a lot of server requests.
Is it possible to force Mini-redirector to delete entire folder in ...
1
vote
0answers
29 views
Ncurses 'new_item' function mem leak or what am i doing wrong?
I'm making a calendar in Ncurses, which means I have to dynamically allocate and free memory. The thing is that Valgrind --leak-check=full shows memory leaks in the new_item function. Here is my code. ...
1
vote
0answers
134 views
Php send email message from pdf file string and after sending delete It
I'm creating php app to send email message, from pdf file get string line and after sending delete It from file.
I mean in pdf file I have unique codes:
file.pdf
12345a
23456b
74284c
23674u
9237j2
...
1
vote
0answers
587 views
How to remove a project (from the workspace) in PHPStorm
How can I delete (and not simply close) a project in PHPStorm?
1
vote
0answers
128 views
How to cascade deletion of parent table rows
I trying to come up with the best solution to delete rows from child table in my sql.
e.g I have two tables, one is called users the other is called users_information.
The second table, ...
1
vote
0answers
630 views
Delete command not firing datasource's destroy transport method - Kendo Grid
I have a destroy command defined in one of the columns for a Kendo Grid:
columns: [
{
field: "Address",
width: "200px"
},
{
field: "City"
},
{
...
1
vote
0answers
51 views
Reset/delete a vector or matrix defined with NR2
I'm using the numerical recipes definition of vectors and matrices (Vec_DP and Mat_DP, from version 2) into an MFC Application project in Visual C++ 2008. I'm playing around with the definitions to ...
1
vote
0answers
34 views
How to prune dead branches in a hierarchical data structure
We have a table that has an int NodeID column for primary key and a self join to the int ParentID column and a varchar(25) Name column.
We need a query that will delete all dead branches for a given ...
1
vote
0answers
92 views
Sort multidimensional array and delete duplicates from XML
What im looking to do is sort an array and delete multiple duplicates, heres what ive got:
Im using PHP Simple HTML DOM Parser to draw in an XML file and turn it into an array, the XML is formated ...
1
vote
0answers
249 views
Android EditText delete key stops working
I have been working on this problem for 3 days now and I cannot get anywhere,
Ok, I have a edittext box,
<EditText
android:id="@+id/inputSearch"
...
1
vote
0answers
77 views
How to delete all calendar events which are starting with equal text without deleting other calendar events?
The link "Delete calendar entries" solved my problem deleting all entries in the calendar.
Take a look at the code:
Cursor cursor;
cursor = resolver.query(eventsUri, new String[]{ "_id" }, ...
1
vote
0answers
82 views
Why delete in Oracle takes more time than select also in case 0 rows?
I run simple query:
select * from tableA where fk in (select pk from tableB where column='somevalue')
It returns 0 rows and takes time near 20 seconds
But when I run:
delete from tableA where fk ...
1
vote
0answers
138 views
Permission Denied when I use remove() c++
I have this issue. I have c++ program. The program successfully make files in which I save records. In one procedure I edin one record and make another file with different name. At the end I close the ...
1
vote
0answers
41 views
When running a DELETE statement, why do I get MySQL warning ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT?
The exact warning I get is:
Note | 1592 | Unsafe statement written to the binary log using
statement format since BINLOG_FORMAT = STATEMENT. Statements writing
to a table with an ...
1
vote
0answers
248 views
Deleting multiple items from Gridview WinRT issue
I'm working on a WinRT app where on a page, I have a GridView displaying multiple items (some notes, similar to the gridview by creating an ItemsPage template) with a source set through binding to a ...
1
vote
0answers
70 views
Scheduled http DELETE request?
I'm using Facebook scores API to store scores from an iPhone game. And to make into a weekly tournament, I would like to reset scores every Monday at the same time. Right now I can reset the scores by ...
1
vote
0answers
40 views
Sproutcore: Refreshing data when deleting record doesn't delete item in ListView
i started with Sproutcore recently, I created Todo app from the guides, changed datastore so that it uses RESTful webservice written in Node.js + Express.js and I added refresh button. I want to know ...
1
vote
0answers
152 views
can't delete file as it is being used by another process
I'm trying to delete a file after making a screenshot. The code is as following:
private static void makeSc()
{
DateTime d = DateTime.Now;
string currentDT = ...
1
vote
0answers
47 views
descriptorcustomizer historypolicy audit table to have deleted record
Using
HistoryPolicy
and
DescriptorCustomizer
How can i have a record inserted to "audit table" when data is deleted from "main table" ?
Currently, i am working on a simple user table as ...
1
vote
0answers
97 views
facebook powershell module - graph api - delete a feed
I am facing an issue with facebook graph API.
First lets say there is a problem with getting access to the graphs via webbrowser:
http://graph.facebook.com/PredpovedPocasi/posts/383763295034234
even ...
1
vote
0answers
59 views
Remove supported language from project
I made an android app that supported two languages. But during the project I want to remove one language. I deleted all localized files and folders (values-de/ drawable-de/ ...)
I can run the app on ...
1
vote
0answers
131 views
Need word macro to find and delete table row that has adjacent cells containing “.” (no text)
I have tables of text that are pasted from Excel to Word as two column and multiple row tables
A number of the rows in the tables have no text and instead have "." i.e. just dots in both cells.
For ...
1
vote
0answers
76 views
Unable to delete from CTE - MSG 4405
Why does this CTE give an error message?
;with del as (
SELECT t1.*
FROM t1
INNER JOIN t2
ON t1.tid = t2.tid
)
DELETE del;
It gives the error message
Msg 4405, ...
1
vote
0answers
119 views
Fast deletion of many rows in data warehouse data
In SQL Server 2008 I have some million rows of data which needs be deleted. They are scattered across a handful of tables. Deletion takes up to 20 seconds which I think is way to slow! The data to be ...
1
vote
0answers
239 views
How to delete a thumbnail programmatically from galley after deleting an image?
I am developing an app which hides images. I am able to delete images but gallery won't refresh itself & displays the thumbnail of an image which is hidden by my app. I am using
...
1
vote
0answers
58 views
Delete documents in Lucene that do no exist
I have a Lucene index created, and I would like to know how to delete the file index entries that do not already exist on the computer.
Is there any way from Lucene or have to go file by file opening ...
1
vote
0answers
63 views
Visual Studio 2008 deleting my file?
I am using Visual Studio 2008 for a ASP.NET MVC web application project and I use a svn repository (ankhsvn plugin). Today I checked in my code at 10:30am and continued developing primarily on a ...
1
vote
0answers
316 views
Change background color of swipe-to-delete button
I want to change the background color of the swipe-to-delete button to clear color. I have tried the following code, but to no avail:
UIView* myBackgroundView = [[UIView alloc] ...
1
vote
0answers
295 views
DELETE query stuck / takes too long
I have a big table (almost 2 million records) with 4 columns. All of them are DECIMAL.
FIELD1 DECIMAL,
FIELD2 DECIMAL,
FIELD3 DECIMAL,
FIELD4 DECIMAL
FIELD1 is my PK.
FIELD3 has an INDEX on it.
I ...
1
vote
0answers
128 views
android : intent on file create or delete?
I want to implement search functionality in my file manager on android. So what i am trying to do is store all the file paths in my application database, and query from there.
But the problem is ...
1
vote
0answers
122 views
Deleting default events in android calendar
I wanted to delete the default events which have been added / exist in the Android device calendar. I followed the following to delete :
How to delete specific event in calendar
But it deletes ...
1
vote
0answers
121 views
Delete one side of one-to-one relationship and null out its reference from the other side
I have two entities which can be related, but they can both exist without having each-other as well. In essence they are both 1 to 0..1.
Entity B can have an Entity A created from it - when this is ...
1
vote
0answers
201 views
VB.NET: Deleting a ADOX database after opening and then closing
I start up the application, select Database>New and save the file. I then do the exact same thing, saving over the old file, but get the error:
The process cannot access the file 'C:\test.mdb' ...
1
vote
0answers
634 views
Xcode - TableView -> delete row - localNotification
my problem is that my delete method do not delete the right row!
In this tableView the user can save localNotifications for a spezial date. So if I create more than one localNot. the delete method do ...
1
vote
0answers
566 views
Android: Delete File and MediaStore-Entry
ive got two problema with deleting a file from sd-card that is displayed via mediastore
ive got a listview, populated by the results of the mediastore query
and on the bottom 4 buttons, of whitch one ...
1
vote
0answers
121 views
Can't use delete API in PHP
I've been trying to delete post in my web application,
but it does not work at all!
it worked before and don't know what happened.
$id=1234456789
$result=$facebook->api("/".$id,"DELETE");
and ...
1
vote
0answers
401 views
iOS - Deleting a cell from a UITableView
I've programmed a simple UITableView list that shows the "Delete" button when the user swipes to the right.
When the red "Delete" button slides in from the right, the main text of the cell also ...