Error size data program crash

[expired user #5392]'s profile image [expired user #5392] posted 12 years ago in General Permalink
date/time : 2012-06-13, 22:20:25, 312ms
computer name : PC
user name : --
registered owner : --
operating system : Windows XP Service Pack 3 build 2600
system language : Italian
system up time : 39 minutes 51 seconds
program up time : 1 minute 48 seconds
processors : 2x Intel(R) Pentium(R) 4 CPU 3.06GHz
physical memory : 284/1023 MB (free/total)
free disk space : (C:) 4,56 GB
display mode : 1400x1050, 32 bit
process id : $4c0
allocated memory : 26,92 MB
executable : heidisql.exe
exec. date/time : 2012-06-13 22:18
version : 7.0.0.4157
compiled with : Delphi XE
madExcept version : 3.0m beta 1
callstack crc : $18ba9f1b, $99fac891, $99fac891
exception number : 1
exception class : EDatabaseError
exception message : SQL Error (1406): Data too long for column 'ur_lang' at row 215.

main thread ($b1c):
0070f9fe heidisql.exe dbconnection 1403 +26 TMySQLConnection.Query
0079a993 heidisql.exe runsqlfile 126 +69 TRunSQLFileForm.FormActivate
0056f6a3 heidisql.exe Forms TCustomForm.Activate
00570760 heidisql.exe Forms TCustomForm.CMActivate
004e8ec4 heidisql.exe Controls TControl.WndProc
004ed788 heidisql.exe Controls TWinControl.WndProc
0056cda4 heidisql.exe Forms TCustomForm.WndProc
004e8ae8 heidisql.exe Controls TControl.Perform
004ab6c8 heidisql.exe Classes StdWndProc
004ece28 heidisql.exe Controls TWinControl.MainWndProc
004ab6c8 heidisql.exe Classes StdWndProc
7e3a92de USER32.dll SendMessageW
00571700 heidisql.exe Forms TCustomForm.ShowModal
007d5880 heidisql.exe Main 3086 +65 TMainForm.RunQueryFiles
007d5394 heidisql.exe Main 2992 +9 TMainForm.actLoadSQLExecute
004ab023 heidisql.exe Classes TBasicAction.Execute
004d76b1 heidisql.exe ActnList TContainedAction.Execute
004d846c heidisql.exe ActnList TCustomAction.Execute
004aaee7 heidisql.exe Classes TBasicActionLink.Execute
00508f14 heidisql.exe Menus TMenuItem.Click
0050a427 heidisql.exe Menus TMenu.DispatchCommand
0056fe93 heidisql.exe Forms TCustomForm.WMCommand
004e8ec4 heidisql.exe Controls TControl.WndProc
004ed788 heidisql.exe Controls TWinControl.WndProc
0056cda4 heidisql.exe Forms TCustomForm.WndProc
004ece28 heidisql.exe Controls
table
CREATE TABLE IF NOT EXISTS `data_lang` (
`UR` bigint(11) unsigned NOT NULL AUTO_INCREMENT,
`ur_lang` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`ur_iso` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`UR`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=377 ;

record
(215, 'Meänkieli', ''),


data have a 51(!!!) chr db (50)


TWinControl.MainWndProc
004ab6c8 heidisql.exe Classes StdWndProc
7e398a0b USER32.dll DispatchMessageW
00575d73 heidisql.exe Forms TApplication.ProcessMessage
00575db6 heidisql.exe Forms TApplication.HandleMessage
005760e1 heidisql.exe Forms TApplication.Run
008018d7 heidisql.exe heidisql 67 +16 initialization
ansgar's profile image ansgar posted 12 years ago Permalink
Please describe what you clicked, executed or whatelse did when that happened.
[expired user #5392]'s profile image [expired user #5392] posted 12 years ago Permalink
import data

Please login to leave a reply, or register at first.