how to disable On ErrorSocket error on write. WSA... ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

how to disable On ErrorSocket error on write. WSA... ?

Post by munggaran » Tue 23 Jun 2009 04:57

I'd like to manage my own try except by showing friendly notification, but it seems when the connection is unavailable, it's always showing dialog :

On ErrorSocket error on write. WSAGetLastError return...

How can I disable this warning ?
I'm using PostgreSQL as DBMS

Thank You

munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

Post by munggaran » Tue 23 Jun 2009 05:48

oops, found it.....
was OnError event :)

Post Reply