error deleteing row's.

Play Now

NightScare

Legend
Legendary
Nov 11, 2005
3,072
226
290
Nottingham
When i try delete everything in my mongen table i get this


Key collum information is insufficent or incorect. to many rows were affected by update


IT STILL DOES THIS WHEN I JUST SELECT ONE ROW!

Thanks
 

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
105
export it as a .txt file,edit what u want,then import it back.thats what i always do lol..yeh sql does suck
 
Upvote 0

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
175
middlesex
the reason could be because of duplicates so you are going to need some one to make you an sql query , sorry i cant help you with that highligh a

sometimes when i get that error when i delete it i just do a few rows at a time and then right click on a line thats not being deleted and then try.
 
Upvote 0

NightScare

Legend
Legendary
Nov 11, 2005
3,072
226
290
Nottingham
wont even let me delete one row....


when i even try edit the table in any way, it brings up the same error

wtf -.-

fkin me off now lol
 
Upvote 0

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
175
middlesex
cant you just make a new mongen table and add the fields to it and then delete the whole of the other mongen table
 
Upvote 0

NightScare

Legend
Legendary
Nov 11, 2005
3,072
226
290
Nottingham
cant you just make a new mongen table and add the fields to it and then delete the whole of the other mongen table


Dunno how to, unless its the same as Microsoft acess? i can use acess proffesionaly, but im an SQL N00b.

+ Dont u have to set certain things in SQL? for the database to relate to the client?
 
Upvote 0

iJam

To the rhythm
VIP
Oct 8, 2007
1,526
105
240
London
Make a Microsoft acess file on your desktop , export the Table witch has the problem in it into the folder u made delete the row make sure the numbers r in order in the first coloum coz they wont load proply, then save it then go into sql delete the table, then rite click tables at the side import the file u made, then click refresh , if this is complicated add me on msn lol , [email protected] seyas gl.
 
Upvote 0

NewHope

Golden Oldie
Golden Oldie
Nov 18, 2005
1,311
28
184
cant you just make a new mongen table and add the fields to it and then delete the whole of the other mongen table

I did this because i had the same problem.

However i sometimes still get this problem, it comes when i edit fields in the database too fast, or copy and paste alot of rows at a time... so i usualy edit one at a time now.
 
Upvote 0

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
Like people have said, the row you are trying to delete has the exact same information in another row... common in mongen Im guessing.

Its annoying I know. Not much can be done about it, as Im aware of anyway.
 
Upvote 0