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.

learn more… | top users | synonyms (1)

0
votes
0answers
22 views

JSF sql delete query

I am learning JSF and I try to learn everything as it should be done not only "wow it works, enough". However I have a SQL problem in JSF. <h:column> #{c.id_order} <h:commandButton ...
0
votes
1answer
37 views

how can I delete my application's data from RAM in android?

When I close the application and run it again on Android phone, some old string values is coming again to screen. (If I don't clean the ram). How can I reach my app without any old data?
0
votes
2answers
57 views

SQL Server delete rows not in source based on parameters

I have a table that needs to be updated hourly based on weather forecasts coming in. The create table and merge works great and I have been using them for the last while now. CREATE TABLE ...
0
votes
2answers
49 views

Deletion query fetching values of a string

I have to delete a row from database. The condition is when a string is equal to the field url: public void Delete_Piece(string ur) { this.Connect(); using (connexion) { using ...
2
votes
4answers
65 views

How Delete using INNER JOIN with SQL Server?

I want delete use INNER JOIN in SQL Server 2008. But Error: Msg 156, Level 15, State 1, Line 15 Incorrect syntax near the keyword 'INNER'. Code: DELETE FROM WorkRecord2 INNER JOIN Employee ON ...
0
votes
0answers
32 views

How Do I delete these orphan records from my Table, Iteratively?

I have 2 tables like this 1. words(word_id, value); 2. word_map(sno(auto_inc), wm_id, service_id, word_id, base_id, root_id); in which sno is auto incremented just for indexing. wm_id is the actual ...
1
vote
0answers
17 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> ...
0
votes
1answer
25 views

ON DELETE CASCADE in this case?

I need an advice on whether ON DELETE CASCADE is suitable to use in the following table CREATE TABLE category ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARCHAR(255) NOT NULL, ...
0
votes
0answers
12 views

magento slideshow plugin delete undefined

Working on a slideshow that came within a purchased theme and the delete button for the slideshow itself does not work. Here is the delete button javascript to give some background. $delButton = ...
1
vote
2answers
39 views

Iterating over a Django QuerySet while deleting objects in the same QuerySet

I am wondering what is the best way to iterate over a Django QuerySet while deleting objects within the Queryset? For example, say you have a log table with entries at specific times, and you wanted ...
0
votes
0answers
24 views

Why does a span of 'display: none' prevent deletion of a preceding, 'contententeditable = false' span?

This behaviour is specific to Chrome (at time of writing version 26.0.1410.64 m but I know it's been happening for a while). Take the following HTML: <div contenteditable="true"> <div ...
-1
votes
3answers
68 views

how to specify the position in txt file to delete record in C programming

void deleteRecord() { FILE *fp, *fdel; struct person obj; char number[20]; printf("\n============================"); printf("\n DELETE"); printf("\n============================\n\n"); ...
1
vote
1answer
49 views

New and delete operators without effect on the contents of a Deque of pointers to this class

I have a problem that I have been tackling since the last two days, but as a rather inexperienced programmer it is normal I assume. My question may have an easy solution, but I couldn't find a quick ...
-2
votes
1answer
71 views

How to delete a specific line from record in C programming (it can't proceed deletion) [closed]

#include <stdio.h> #include <conio.h> #include <string.h> #include<stdlib.h> struct person{ char stdNumb [20]; char firstName [20],lastName [20], icPass [20], nationality ...
0
votes
1answer
23 views

Prevent a command in a shellscript from being executed inside another shellscript

I am invoking a shellscript inside another shellscript, and the invoked one has a command to delete a folder, which I don't want to be executed, like this $ rm ../temp -rf Is there a way to prevent ...
0
votes
1answer
18 views

flash action scrip 2 remove linkage MovieClip

i'm trying for tow-tree days to solve this problem and i'm this close to kill my self. i'm making a banner and in the banner i have a movie-clip that link fro the libary in action script and call ...
0
votes
1answer
21 views

How can I delete similar rows with very specific criteria among similar rows? (Oracle 10g)

In Oracle 10g, I have a table with no exact duplicates, but many similar rows. This is OK, but I want to delete rows with one specific criteria in the collection of similar rows. The criteria is ...
1
vote
3answers
26 views

how do i delete all div with an id that beginns with xyz with dojo 1.8.3?

I want to delete all witch id beginns with xyz from the dom tree. I know that this can be done with dojo.query and dojo.destroy but i never used this combination before
0
votes
1answer
26 views

Can't delete sheet

I'm trying to open a workbook and delete a sheet from it, but it runs the code without errors, and the sheet is still there... I'm able to modify it, as I changed formulas to values on another sheet. ...
-1
votes
2answers
78 views

glibc detected *** ./a.out: munmap_chunk(): invalid pointer:

There are many questions like this but after looking at some cases, I guess this question is case-specific so I post my code and pointed out where the problem takes place may you be patient reading my ...
0
votes
1answer
17 views

How can I batch search a MySQL5 database?

I have a MySQL database on my web host holding a database of users. Within that database I store the email addresses of all customers. I have a customer list and a marketing list. I send out quarterly ...
1
vote
1answer
38 views

Deleting temporary decrypted files in PHP

I am building my first (crude) content management system. Users have the ability to upload/store files (pdf, doc, xls, etc...). The files are encrypted with mcrypt. I also have a pdf/document viewer, ...
1
vote
1answer
29 views

Unix: Atomically delete a list of paths

I need to be able to delete an arbitrary list of paths (both files and directories) and, if any of the deletions fail, I need to be able to roll back. Is there a Unix command that can accommodate ...
-1
votes
1answer
17 views

Cloned ArrayList

I am writing a small program for a data structures class that basically stores member objects. One of the things the user needs to be able to do is delete and add new users. That being said, I use an ...
1
vote
1answer
23 views

Bat file to delete file 1 level deep

I have my network users my documents redirected to a network drive. IE: On the server I have: Z:\ENDUSERS\enduser.name... I'm looking to create bat file do a search from Z:\ENDUSERS for a specific ...
0
votes
1answer
12 views

Delete query in Mysql working wrong

I have a SP: DELIMITER $$ CREATE PROCEDURE test_ind(in StudentID varchar(4), in issueYear varchar(4)) BEGIN delete from Mark where StudentID = StudentID and issueYear = issueYear; END $$ DELIMITER ; ...
0
votes
3answers
42 views

Delete file on server

I have a file path in the format file://SERVERNAME/FOLDER$/FOLDER/image.jpg. I call System.IO.File.Delete(Server.MapPath(file://SERVERNAME/FOLDER$/FOLDER/image.jpg)) to delete the file, but i get the ...
-1
votes
1answer
66 views

System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\…'

When i want to clear the contents from a folder in ASP.NET, i keep on getting this error: Could not find a part of the path 'E:.....'. This is the exception: ...
0
votes
1answer
51 views

How do I delete the last record inserted into a MySQL table using PDO?

How do I use PDO to delete the last row inserted (this was done in another class)? I have this, but I don't know what else I'm supposed to do with it: $pdo = new ...
0
votes
1answer
44 views

Sharepoint delete files from documents library

I don't know what I'm doing wrong, I can't delete files, I'm working with a console application, the method SPFile.Delete() does nothing. Here is some code: for (int ii = web.Folders[url + ...
1
vote
3answers
55 views

TSQL - performance on an update/delete query

I want to update my table with values generated out of the same table. My goal is to search all rows with proftxt like _NS and _WP and with the same ao, sum them up, divide the value through the ...
0
votes
2answers
50 views

AJAX is not working on the first click, needs to be clicked twice

update : the problem now is after using firebug i found out that the first element gets the title attribute and other elements don't and after hovering on any link the title attribute of the first ...
0
votes
1answer
22 views

Delete specific folders in many folders and subfolders

So I've noticed that Windows creates hidden folders called "blabla.jpg.files" if you have enabled the thumbnail view in your picture folder. I sync my picture folder to my phone and NAS and would like ...
0
votes
3answers
43 views

ios restore data after reinstalling app

I am developing an app, which offers a testing period for a feature. After a few days after starting the app for the first time, the user is not able to use this feature anymore unless he buys it with ...
0
votes
1answer
33 views

delete and update cascading doesn't affect on child table in SQLite?

I've known of using 'PRAGMA foreign_keys = ON' or including an attribute in my SQLite connection string like this: con = "Data source = myData.sdb; foreign keys = true"; I've also made a demo to ...
0
votes
1answer
26 views

What happens when you rm a file?

I'm curious about what happens at a deeper level when you rm a file on a UNIX-like system, especially as related to how it's possible to restore deleted files. Could someone describe how rm works at ...
0
votes
1answer
30 views

GitHub: how to remove a file from git history (especially that of the GitHub repository)?

I have a GitHub repository which contains some big files which I want to permanently remove from its history. I have cloned GitHub has a nice page which can be used to remove such big files ...
0
votes
1answer
62 views

Delete objects on server when app is deleted from iOS

Searching for a solution it seems there's no delegate method which fires when the app is being deleted. My app uploads a user profile data on server (name, image) and I can easily delete it manually ...
0
votes
3answers
33 views

How to delete records found with “distinct” in MongoDB?

I'm new to MongoDB, so I'm aware this is a really simple question, but I've looked everywhere and I can't find an answer? Basically I'm trying to find all records within a collection that contain the ...
1
vote
2answers
48 views

can't reach data within Method, what possibilities are there

I'm currently trying to fill a TableLayoutPanel through a method which goes as follows: private int _rowCount; public void InitPaths() { int c = 1; int a = 1; while (a ...
0
votes
2answers
53 views

Binary structure delete error

This is the whole program.Right now,the delete function does not write to the temp file.I'll try to change str array to string and see if it helps. The program is supposed to read write edit search ...
0
votes
2answers
24 views

How to make an iphone application that should not give user permission to delete itself. Is there any way to do so ?

I am in an organization which is going to provide ipad with installing our app on particular ipad to sales person we want that app should not be deletable from ipad is there any way to do so by ...
1
vote
2answers
42 views

Action Script 3. Remove discovered cards

I'm creating Flash "memory" game, Idea to discover 2 equal cards. Everything is fine, just I need to make that when cards are discovered they will be deleted. Now It stay shown. When I try: ...
0
votes
2answers
30 views

for /R do del command to delete SPECIFIC files

I have been cleaning up a bit of files on a 4 TB drive. The problem is, I have a number of files that are duplicates. These duplicates got a number appended to the end of them so they are easy to ...
-1
votes
0answers
46 views

vbscript to Compare two text files and delete the old one if both are same or if there is a change in the new file ,prompt a message

Hi i am new to vb script. I would like to develop a code: 1. Compare two text files a.txt and b.txt. 2. If there is no change in these text files then delete the old one (a.txt) after prompting a ...
0
votes
1answer
77 views

Scalar deleting destructor

I have a piece of code (from a DLL) that looks like this: class A { public: virtual ~A(); }; class B : public A { public: ~B(); } ~A() { // #1 } ~B() { // #2 } ...
-1
votes
2answers
27 views

PHP/MySQL - DELETE FROM not working [closed]

I decided to add a delete feature to my program, and for some reason, the DELETE FROM is not working. I have provided some useful code that would be helpful: JavaScript: function ...
-1
votes
1answer
202 views

C# Windowsform - Automatically delete textbox and label if textbox.text = empty on focus leave

i have code that windows form start with only 1 label and 1 textbox, when user start type on textbox1, it crete new textbox and label down (also change location of 2 buttons and change windows form ...
0
votes
2answers
25 views

Delete control on form designer

I was wodnering what is the best way to delete an unused control (more specifically, a timer) on Visual Studio 2010. I usually go to the control in the designer and delete it from there, but the code ...
0
votes
2answers
34 views

Deleting global object in game.(C++)

I am making a Bubble Pop game in C++ where the user clicks on randomly generated Bubbles that float up the screen(still very much in development). In order to Use OpenGl and Glut with this game I ...

1 2 3 4 5 97