Posts by Inugami Gugure • 21 points
2 posts
-
2
votes0
answers28
viewsQ: Return field calculated by Firebird Generator (Firedac)
I have Tfdquerys created at runtime for the purpose of entering records into my database. Table: CREATE TABLE TABLETESTE ( ID INTEGER ); SET TERM ^ ; /* Trigger: TABLETESTE_BI */ CREATE OR ALTER…
-
0
votes0
answers19
viewsQ: Service Name through PID
I have an application that needs to stop a service and, if this service does not stop, run a Killtask. I can currently return the process path and your PID, but I cannot return the Service Name…