Re: [Lazarus] Friendly Error message[fixed]

2014-04-15 Thread Allan E. Registos
On Wednesday, 16 April, 2014 01:18 PM, Allan E. Registos wrote: > Hi all, > > Another noob db question, is there anything I can do make this error > more friendly?: > > >In file 'ink_settings_unit1.pas' at line 65: > >INK_SQL.SQL.Text := 'INSERT INTO ink_settings(id, setting_type, > basebalance_dat

[Lazarus] Friendly Error message

2014-04-15 Thread Allan E. Registos
Hi all, Another noob db question, is there anything I can do make this error more friendly?: >In file 'ink_settings_unit1.pas' at line 65: >INK_SQL.SQL.Text := 'INSERT INTO ink_settings(id, setting_type, >basebalance_date, latest_data) ' + ? I have this code structure for updating/inserti