Posts by Anderson de Oliveira • 61 points
2 posts
-
3
votes1
answer3525
viewsQ: How to send/receive data using Sendmessage or Postmessage API?
I need to send several data to another process, the detail and the two processes are dlls, and I have customized my message. The message I can send and receive but when trying to process the data…
-
3
votes1
answer242
viewsQ: How to recover data from a query made with "ADODB.Command" object?
Based on the code below, where I can retrieve the results from ADODB.Command? This union will always work with stored Procedure, and the types of parameters that will be used are of the input and…