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.
-2
votes
1answer
56 views
C++, how to delete member **object (using delete)
I have an **object (**personnel) as a member inside(composition) another object, I want to free the memory that **personnel points to and point it to another **temp (personnel=temp), without deleteing ...
0
votes
2answers
30 views
delete 200G ( 465025579 records ) of data from sql server
I have database with one of the tables that got over populated ( 465025579 records ), what is the best way to delete the records and keep only 3 months of the records. without the device to hang.
...
0
votes
0answers
13 views
How to delete hash of array of hashes completely
I have one hash of array of hashes,like below, I want to delete one key value of that array,but 'undef' is coming.wheather I can use pop or slice or other.
After using data dumper it looks like,
my ...
1
vote
0answers
20 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
...
0
votes
2answers
29 views
How to delete a string from a file in Ruby with user input
I figured out how to search a file to locate a specific string based on user input, but I don't know how to delete said string once I've located it. I've seen various grep methods but don't know how ...
0
votes
2answers
47 views
Unable to delete Team Foundation Service project
I'm using Visual Studio Pro 2012, with Team Foundation Service. I have several projects on the server I want to delete. I'm trying to use Developer Command Prompt for VS2012 to delete a project on the ...
0
votes
2answers
34 views
Java implementation of BST delete node
I'm trying to make a method to delete a node in a BST and its not working..I'm using a Node class I made myself.. tried debugging but didnt get much help on addressing the error in the code.
...
0
votes
1answer
32 views
Jquery drag & delete confirmation popup implementation
I'm new to Jquery and I would appreciate your help.
I have X list of items and a recycle bin. Idea is to drag one of the X list items and drop into the recycle bin.
When I drop it into the bin, I ...
0
votes
1answer
16 views
Auto delete line
I have create a table of Different Operators, handling different Vessel and having different code. I want to be able to auto delete the table based on the 1 Operator on each worksheet (which I have ...
0
votes
3answers
19 views
delete files in batch with without error message
I use the command
del "info*"
to delete a group of files starting with "info". The problem is that sometimes there
is at least one of these files that exist,therefore they are deleted and others ...
0
votes
2answers
26 views
Windows CMD Search and Delete file by name
I have a website dump which has about half a gig worth of images which have been converted to various file sizes. The structure goes like:
media/
1/
1.original.jpg
1.large.jpg
...
0
votes
2answers
25 views
Delete row from mysql table where value not like
I have a table that has the results of tests.
It looks like:
Test | Result
Math | Pass
Science | Fail
History | cancelled
French | Absent
The table is named table1. I want to delete rows in ...
0
votes
1answer
38 views
Showing related entities when delete
I have a model with some relations mapped with NHibernate and it is working fine, for sample:
public class A
{
public int Id { get; set; }
// other properties
public ICollection<B> ...
0
votes
0answers
7 views
How to put a date in Dalate Hiperlink
How to take a hover date from ASP Calendar without using Selected Date. I want tu use Hiperlink to dalete element. Please tell me how to take a date from a calendar in the Hiperlink.
I have got code ...
-1
votes
1answer
58 views
SQL Server Query — How to continue on error
I have a table containing thousands of fields and some of them were duplicated due to customer's failure and I need to fix it.
I can find them and delete them row by row, but I am looking for a faster ...
0
votes
0answers
10 views
Sublime2 delete HTML tag with different values
I'm trying to remove all mc:edit="" tags from my files.
the values for each tag changes:
mc:edit="2-column"
mc:edit="question"
etc.
is there a quick way of doing this? I can't seem to highlight ...
0
votes
3answers
33 views
Grails: Delete relation Domain
I want to asked about my project.
I Have Two Domain like this
class Group {
String Name
String Description
}
class GroupDetails {
Group group
User user
}
My trouble is, How can if i ...
0
votes
1answer
46 views
How to check if I can delete a file?
How can I check that I can delete a file in Java?
For example, I should be able to delete file C:/file.txt but I never will be able to delete the C:/ or Computer, or My Documents etc.
Solution ...
0
votes
4answers
68 views
How to delete a class object? [duplicate]
I have an object called CounterGUI. It creates a GUI. I create it in another class, say MyProgram.
Once MyProgram creates a CounterGUI object, how do I delete the object? Say if I do this:
...
1
vote
1answer
8 views
Delete row from Access junction table via form
I set up a subform listing stored values from a junction and lookup table. This part is working nicely (I can view all stored entries or add new ones).
Here are my relationships:
And here's the ...
0
votes
4answers
77 views
Can't delete temporary object
So, I'm resizing and array of objects. I made a temp object but when I don't delete it Valgrind shows memory leaks and an error. Deleting it causes a segfault. Just wondering what Valgrind is ...
0
votes
0answers
73 views
What is the mechanism of delete[] in C++ [duplicate]
Look at the program below,
#include <iostream>;
using namespace std;
class T
{
public:
int a;
T() {a = 10; cout << "constructor" << endl;}
~T() {cout << ...
0
votes
4answers
62 views
Monster object deletion
Short introduction:
I'm building a game, where monsters spawn at the top, and moves through a path, to the reach a point where they need to be removed/destroyed/deleted. But I can't seem to get the ...
0
votes
0answers
34 views
PHP - mysql multiple table subqueries
I create a table based using lots of foreign keys. What I want to do is how to use them properly according to their primary keys. If insert the values it will automatically insert it to subtables.
...
0
votes
0answers
20 views
Delete original image after its convert and saved in a diffrent path
There is a php file in k2 component that handles image conversions. All images that are uploaded are converted to jpeg and then saved in a diffrent path. I would like to ask what should i add to the ...
-1
votes
0answers
9 views
Migrate comments/likes and users from one facebook application to another [closed]
I created a test facebook application for my site in test environment with my personal account. The same application was used accidentally in the production environment. Now I want to delete the test ...
0
votes
1answer
55 views
Trying to add a delete button to php website
Im new to php and trying to add a delete button to remove an object (job) from a list,
I want the delete button to appear beside each of the individual objects (jobs) and once clicked this job gets ...
2
votes
1answer
14 views
Using Attributes End With to delete elements
I have been trying to implement the attributeEndsWith selector to delete multiple elements with Ids ending with "_vb ("[id$="_vb"]"). Unfortiunately the code I have below doesnt work. Can someone help ...
-2
votes
0answers
58 views
image delete by php and mysql [closed]
hello am trying to add a delete image page that within a album on a group by using mysqli and php
The Album is sitting in a group so the link will have id=42756d626c65426565 which is the group name ...
0
votes
1answer
24 views
confirm that the user account was deleted do not work
i have a delete account page that allow the users to delete their accounts after checkiing if the password is correct but the problem is
when the user insert a wrong password the system display an ...
0
votes
1answer
43 views
remove button from a window
Using c++, I have created a window with a "WNDCLASS" structure. I have then used "CreateWindow" again with the system class "button" and set the parent handle to the handle of the window already ...
-2
votes
4answers
54 views
delete users after checking the password is correct [closed]
i want to delete users after they submit the correct password with displaying a message that inform the user that he has been deleted
in my code the problem is that what ever the user write the ...
0
votes
1answer
43 views
c# delete from dbf where x=1 AND y=2
I need to delete rows from dbf file using OLEDB.
Why this query doesn't work? Got error from database driver.
m_query1 = "DELETE FROM tablename WHERE N_U='VS1' AND QMONTH=1";
But this works fine:
...
0
votes
1answer
29 views
ON CASCADE DELETE on JPA2 many-to-many relationship
I have read a lot of topics regarding cascading and many-to-many associations, but I haven't been able to find an answer to my particular question.
I have a many-to-many relationship between ...
-3
votes
0answers
37 views
How do I remove myself as a Facebook Developer? [closed]
So, somehow...I updated my Facebook page and I didn't like the way it looked. I looked up how to change my profile back to it's original state. One site I went to said to go to the Facebook ...
-1
votes
0answers
18 views
how to pass webservice as notification to mobile application from codeigniter admin panel when admin deleted image [closed]
I am new to mobile web application,I have admin panel in codeigniter(php) for managing spam images, and If Admin disabled spam image then it should post webservice to mobile application developer, ...
0
votes
1answer
56 views
Django DeleteView JavaScript confirmation
I need to use JS confirmation instead of django's HTML confirm. Here I found a solution of my problem, but there is no code example. Please, help and give me some code.
Here is my View:
class ...
0
votes
0answers
27 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
47 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
62 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
69 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
34 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
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>
...
0
votes
1answer
26 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
13 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
48 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
25 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
75 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
50 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 ...


