vote up 1 vote down star
1

Hi,

I am using DataSnap of Delphi 2010. There is a DSProxyGen.EXE utility to allow us generate proxy client unit. Does anyone how to consume this utility in command line to generate the proxy client without using TSQLConnection's context menu?

flag

33% accept rate

1 Answer

vote up 2 vote down

DSProxyGen doesn't give you its parameters when run at the command line and doesn't respond to

DSProxyGen /?

You could try replacing it with your own exe (make a backup!) that detects what command line parameters are sent (global CmdLine variable) and write them to a file. Launch this from TSQLConnection's context menu and you should have what you need to call DSProxyGen from the command line.

link|flag
Your solutions sounds work but I unable to make it works. Here is what I did: 1. I rename DSProxyGen.exe to DSProxyGen.exe.old in folder "C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin" 2. I then try to generate the proxy client class from TSQLConnection context menu and it still able to generate the unit. It seems like the IDE didn't invoke DSProxyGen.exe – Chau Chee Yang Nov 4 at 1:20
Interesting. I'm not sure what else to try. – Bruce McGee Nov 4 at 11:36
Did you try it yourself? – Chau Chee Yang Nov 4 at 14:20
I tried running the exe to see if the command line parameters were documented, but didn't try replacing it. I'll give it a shot when I get a little time. – Bruce McGee Nov 4 at 15:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.