grid editing error - like : col 0 has undefined origin
| User, date | Message |
|---|---|
|
Written by BubikolRamios
1 year ago Category: General 273 posts since Thu, 14 Jan 10 |
How to repeat: select ASCII(word),word from table where word regexp '[^[.NUL.]-[.DEL.]]' and ASCII(term) > 197 Then try to edit word field to find something, put forinstance 'Говедо' into that field |
|
Written by BubikolRamios
1 year ago 273 posts since Thu, 14 Jan 10 |
This (editing )should work, right ? We have resultset only from one table. |
|
Written by ansgar
1 year ago 3973 posts since Fri, 07 Apr 06 |
Column 0 is what you select via ASCII(), that's where HeidiSQL currently blocks editing the whole result if there is one such computed column. To enable editing, be sure to select at least the primary key, or just all columns if the table does not have a PK. And don't select computed values. |
|
Please login to leave a reply, or register at first. |