Hello althouh i delete records from the database when i call them on a query they appear. Not the other records of the data just the id i have already deleted. I dont use WHERE because i want to return all records from table. Any guess why the id is returned although it's been deleted?
SimonIoa 77 Master Poster
Recommended Answers
Jump to PostWhat is the query that you are using to delete the record? Are you not in a transaction that is cancelled and rolled back? Some background info (queries) would not be misplaced here :).
Jump to PostYou don't provide any code nor table structure, so it's very difficult to know what you're doing. Are you sure that the db table that you're deleting from is the same one that you're selecting from?
All 7 Replies
minitauros 151 Junior Poster Featured Poster
SimonIoa 77 Master Poster
minitauros 151 Junior Poster Featured Poster

diafol
SimonIoa 77 Master Poster
SimonIoa 77 Master Poster

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.