Tagged Questions
0
votes
2answers
26 views
Need to delete from multiple JLists instead of just the one
I have 3 jlists. I have a button that is used to delete a selected item from the Patient Jlist but i also need it to delete from my history Jlist and Invoices Jlist. I have it deleting from one but I ...
0
votes
1answer
35 views
How do I add a delete button for mySQL in custom WordPress Plugin
I am building a custom WordPress plugin, which generates coupon codes, stores them in the mySQL database, and then displays them in a WordPress admin page.
I would like to be able to add a delete ...
0
votes
0answers
42 views
Deleting and creating a record based on linq query ASP.NET
Hi I am having trouble with my final project at university any help would be appreciated.
I have a table takes in my SQL database for a university and i need to update this each year as students ...
0
votes
1answer
33 views
Deleting reference (linking rows btwn 2 tables) from DB
Once again I'm stuck with deleting reference between 2 tables in my Database.
In my Databse I have one table Scenario and one table ScenarioWriter, and then one table writesScenario which connects ...
0
votes
1answer
38 views
Truncate or Delete tables from the MySql database
I have a databse called store having 100 tables having too much foreign key references with tables, having thousands of records.
Problem:
Is it possible something like truncate to delete all the rows ...
0
votes
0answers
33 views
How to delete whole library “SELECTIE” With ODBC command c#
How to delete whole library "SELECTIE" With ODBC command c#
this is my application
I need a command which deletes all the records in "SELECTIE"
It needs to delete only the "SELECTIE" part, after it ...
-1
votes
2answers
71 views
deleting a row from database in PHP
I've written code to update or delete a row from a local database, but the problem is I can't delete from database but I can update the row.
The first part is updating code, the second part is ...
1
vote
1answer
59 views
Urgent delete selected checkbox ticked rows
i am new on jsp. i am providing the checkboxes in front of every row that are being fetched from DB. now i want to delete the rows whose checkboxes have been checked..
please suggest how to achieve ...
0
votes
3answers
38 views
How to delete extra rows in mysql when a user updates his/her status via PHP
I made a form that takes the posted youtube url and saves the video ID into the database.
It then retrieves the ID from the database, and inserts it into an iframe.
Only 6 videos are shown, how do I ...
0
votes
0answers
39 views
Clicking button (GridView) to delete specific table row
I am using Microsoft Web Developer and my question is: how do you delete a row from a table, by clicking a button in a grid view?
This is part of my code (where the "???" is not sure what to write), ...
2
votes
1answer
73 views
Triggers in Oracle to keep data integrity
I have got a database with stores and rental copies. Each rental copy is assigned to a store. I would like to create a trigger which, if you delete a certain store, it will assign all copies from that ...
0
votes
1answer
123 views
Removing List Item and then querying database throws exception
I've converted a list project from a BaseAdapter to an ArrayAdapter ListActivity because I was told in another question that ArrayAdapter was more dynamic and better at, specifically, allowing an item ...
0
votes
1answer
71 views
mysqli query delete
I have all data from a database table display as an HTML table on a page.
When an admin selects a row, it adds a class of 'remove' to the parent row in the HTML table.
I then want to delete it from ...
-1
votes
1answer
96 views
How can i update my DataBase with PHP
I started these code fragments in a tutorial and then I mixed them with others tutorials I found in the Internet, but now I have a problem to make the "edit" and "delete" Options. Could anyone help ...
0
votes
1answer
132 views
SQL Query to delete WP post using date range on a MySQL database
I am migrating a news aggregation WP site to a commercial service. We currently have over 14,000 posts on it.
We want to save the current database and reuse it under a different domain name for ...
0
votes
1answer
44 views
how to delete a row with an empty column in android database?
That is a straight forward question.
What I already did:
sql.delete(TBL_ITEMS, KEY_TOTAL_AMOUNT + "=" + "", null);
or
sql.delete(TBL_ITEMS, KEY_TOTAL_AMOUNT + "=" + null, null);
Is there any ...
-2
votes
1answer
61 views
Delete database tables with php\mysql
Hello i am new to php\mysql.
I am trying to list all the tables in a database into an array and then proceed to delete the tables contents. What is wrong with my code?
<?php
...
0
votes
1answer
55 views
MVVM database delete Method
so im programming with WPF for 2 weeks now and learned the MVVM-Model and got used with my CSLA System thx Rocky. ATM i want to DELETE some items from my Model wich i generated from the database like ...
0
votes
2answers
100 views
Deleting items on listview together with the database [ANDROID]
I have have checked every problem here in relation to my own. The codes are totally different in the one i'm using IMHO. I have coded everything up to this point. I've read that in deleting the data ...
1
vote
4answers
135 views
What is wrong with my code? Data is not deleted from database
Thank you all for your help! Problem solved!!!!
I´ve updated the code but keep getting new errors:(
I´m really hoping that someone can help me and look at my code to see what is wrong.
I have a ...
0
votes
1answer
129 views
Android SQLite deleting a specific row from database
i am trying to do a simple login page where i am able to delete a specific contact with its details just by entering the username.
in other words, i would like to delete a specific row in my ...
2
votes
2answers
112 views
How to use the physical location of rows (ROWID) in a DELETE statement
I have a table that has a lot of duplicated rows and no primary key.
I want to remove just the duplicated records, but when I try to do this it would remove all peers.
How can I find the ROWID from a ...
0
votes
0answers
50 views
delete all grouped records from database
Trying to figuure out how to delete similar records with php from a database. Records are grouped by user_id and ref_userid if a user want to delete a record from his view he can choose by doing so ...
0
votes
0answers
124 views
SQL Server CE TableAdapter Delete method don´t delete database row
I have problem trying to delete a row from a SQL Server CE database (.sdf file).
My code:
public int DeleteUserEvent(int rowID)
{
FASK_UserEventsTableAdapter eventsta = null;
try
{
...
0
votes
0answers
19 views
Database file checker and eraser
I am using MySQL database. My problem is that I imported 3000 some odd games into my arcade website using a plugin that downloads the game.zip file, extracts the zip and makes a new dir in ...
-5
votes
2answers
59 views
search directory for file and remove entity from database
OK I have a database, games table filled with games and embed field is a directory path. I need a php script that will search my db of 3000 check if the directory or file exits in my /games/ dir. if ...
0
votes
0answers
35 views
AppEngine - Count how many entities have been deleted
I have programmed a social network application on the AppEngine, and a feature that I am about to add is the ability to see which people have viewed your profile in the past month (like you can do on ...
0
votes
3answers
275 views
How to delete rows in SQLite with multiple where args?
I want to delete rows which satisfy any of multiple conditions.
For example, I pass a list of IDs, and I want to delete all rows with these IDs (IDs are unique).
This would be:
String[] ids = {"0", ...
0
votes
2answers
65 views
Not able to get the _ID from an item of a listview populated from a database in android
I am working on a notepad application in android. I have a SherlockListActivity, and I populate it's ListView with the information from a database. I put a listener for a longclick in order to show ...
0
votes
1answer
145 views
Delete record from MDF database
I want to create simple application in C#. It should be windowsForms app, with service-based database added to project. In this I want to make table (ID, name, second name) and in program show name ...
0
votes
2answers
66 views
How to let data “disappear” from database? MySQL
I've got a bit of a stupid question. The thing is my program has to have the function to delete data from my database. Yay, not really the problem. But how can i delete data without the danger that ...
0
votes
2answers
162 views
Delete row from database c#
Why is this code not working?
(this.namesBindingSource.Current as DataRowView).Delete();
this.namesTableAdapter.Update(database1DataSet1);
Error :
Update requires a valid ...
0
votes
1answer
1k views
android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 1802)
I have written some code which is used to delete database folder.It delete database but also throw error.please suggest me how to solve this problem.Thanks
Code for delete database
public void ...
0
votes
3answers
146 views
Deleting DB rows from different tables using one delete.php file?
Sorry in advance I am new to Databases -
So I have two tables that I want to delete individual rows from - table1, table2
Using jQuery ajax I am able to POST the row's ID to delete.php
Where I run ...
1
vote
1answer
80 views
Delete + insert data from/to database
I have some database tables those contains some aggregated data. Their records (some thousand/tables) are recomputed periodically by an external .NET app, so the old data should be deleted and the new ...
0
votes
1answer
129 views
Delete multiple rows with specific parameters in MySQL
My questions seems to be dumb but I wanted to know if is there any solutions to delete multiple rows in one query.
I'm using a select element with multiple input so I have an array in my $_POST when ...
0
votes
2answers
244 views
Integrity constraint violation by delete sql statement
I get an Integrity constraint violation by a delete sql statement. This happens because the id of a table is used in another table as Primary Key. However i want to delete them anyway, by using ...
0
votes
1answer
81 views
how to not to display image if it doesnt exist in widget yii
im using yii cdetail widget for viewing but..i'm wondering how to find a way if the image doesnt exist
im getting the error: Trying to get property of non-object
<?php ...
2
votes
1answer
38 views
Posts won't be deleted from database
In my application I'm using SQLite3, and right now I'm trying to get DELETE to work. The code below seems fine for me, and I've checked that $producerId holds the Id, which of course exists in the ...
0
votes
1answer
100 views
Delete confirmation record from database in php [closed]
I'm making a form where you can input the record name and code so you can delete it from the database 'world'.
But I keep getting these errors :( :
Warning: Missing argument 1 for doblok66(), ...
2
votes
3answers
266 views
Variable table name in delete SQL query with PHP's PDO safely
I'm trying to create a function that allows me to delete a certain row in a table. I'd like to use the function for a few different tables so when I call the function I would make one of the ...
2
votes
2answers
114 views
mysql delete syntax error
I'm trying to delete multiple rows from multiple tables having the same condition but will always return syntax error.
This is the code:
DELETE FROM table1,table2,table3
WHERE guid = ...
0
votes
3answers
100 views
Deleting related records in another table with “Where”-like considerations
I have a data table with a primary key called OptDefID. When a record in this table is deleted I need to go and delete all records from the Permissions table that have that OptDefID in the defID ...
1
vote
2answers
111 views
Mysql - Unable to delete a record from self indexed db object
I am not able to delete a row from a database object. In my case db object is having self indexing.
a field root_id is having a foreign key relation with key_id (Primary key). The referential ...
0
votes
4answers
172 views
SQL Delete query showing, but no action
I have a SQL delete button after every record shown on my page. I have exactly what the button should do, but it's not working! I even echo the $sql to make sure it's correct and it displays the ...
1
vote
1answer
129 views
Deleting a record from a database in HTML5
Using HTML5 code, I'm unable to delete from the database even though the onsuccess event is triggered.My delete code is as below:
btnDelete.addEventListener("click", function(){
//alert("At ...
0
votes
2answers
486 views
button to delete one database row [closed]
I have trouble making a button that delete's one row from my database.
I have tried many things, but can't get it working.
This is how far i have come:
'options.php' contains the following ...
0
votes
1answer
961 views
how to delete row in database via datagridview C#
i want to delete row from my database but when i press my delete button i can't delete it from my database. only in my datagridview. here's my code:
private void buttonDELETE_Click(object sender, ...
0
votes
2answers
77 views
Deletion of multiple fields fail
I want to be able to delete multiple users from the database, but the code below fails in some point. What happens is that only the last clicked user (i.e. the last element in the array $userIds) gets ...
1
vote
1answer
200 views
How to set up a cron job to delete old database records using cPanel?
I set up a CRM, and enabled logging in the CRM. The logs are stored in a specific database called crm and a table called crm_logging. I want any records older than a certain date (say 7 days) to be ...



