Search found 1 match
- 05.12.2008, 09:52
- Forum: 6.6 - stable
- Topic: Postgresql reception message from database
- Replies: 4
- Views: 636
Postgresql reception message from database
How can reception message from database Postgresql 8 in application write in Lazarus? For example: user send comand for delete record, and in Postgrsql 8 in triger DELETE, for this record, appli RAISE EXCEPTION 'Operatiune message.....!'; How can reception this message in Lazarus application when us...