yeap, i tried, but i couldnt get that message to a
string variable

anyways, apparently the errors are stored in the
adoconnection component,


  try
    adoCommand1.execute;
  except
   
ShowMessage(adoConnection1.Errors.Item[0].Description);
  end;


so, that traps the message

thnks

moises lopez





__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to