Posts by pedro.olimpio • 138 points
2 posts
-
0
votes1
answer57
viewsA: Update method does not update in the database
I believe the problem is in the SQL mount, because the field descrição seems to me to be a string, and the way it is mounted you do not use quotes (Valid also for other fields of type string. Try it…
-
2
votes2
answers5867
viewsA: Communication between applications using socket through UDP making Multicast
Try using Indy components like Tidudpserver and Tidudpclient on receipt you treat so: procedure TMainHost.UDPServer2UDPRead(AThread: TIdUDPListenerThread; AData: TBytes; ABinding: TIdSocketHandle);…