begin // Parameters.ParamByName('log_id').Value := label0.Caption; //äÁéµéͧãÊèà¾ÃÒÐÁѹÍÍâµé¹ÑÁàºÍÃì Parameters.ParamByName('log_user').Value := lb2.Caption; Parameters.ParamByName('log_desc').Value := Memo1.text; Parameters.ParamByName('log_qa'). Value := cb1.Checked; Parameters.ParamByName('log_pdm'). Value := cb2.Checked; Parameters.ParamByName('log_pdi'). Value := cb3.Checked; Parameters.ParamByName('log_pc'). Value := cb4.Checked; Parameters.ParamByName('log_pdg'). Value := cb5.Checked;
begin if cb1.Checked=true then else if cb2.Checked=true then else if cb3.Checked=true then else if cb4.Checked=true then else if cb5.Checked=true then else Showmessage('¡ÃسÒàÅ×Í¡á¼¹¡´éǤÃѺ') ; end; begin
Project Project1.exe raised exception class EOleException with message '[MySQL][ODBC 5.1 Driver][mysqld-5.1.43-community]Incorrect string value : '\xCB\xA1\xB4\xB4' for column 'log_desc' at row 1'.Process stopped.Use Step or Run to continue