 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kevin Frevert Guest
|
Posted: Tue Dec 23, 2003 12:01 pm Post subject: Re: Errors MS SQL with Delphi 5 |
|
|
ALopes,
try
{do your stuff}
except
on E:Exception do
begin
{do something}
ShowMessage('There was an error doing your stuff: ' + E.Message);
end;
end;
Good luck,
krf
"ALopes" <mustant (AT) bol (DOT) com.br> wrote
| Quote: | Dears,
How I make to deal with errors the SQLServer in Delphi 5?
Att.
ALopes
|
|
|
| Back to top |
|
 |
ALopes Guest
|
Posted: Tue Dec 23, 2003 12:53 pm Post subject: Errors MS SQL with Delphi 5 |
|
|
Dears,
How I make to deal with errors the SQLServer in Delphi 5?
Att.
ALopes
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|