I’m maintaining a custom setup program used to install applications. In some cases it needs to perform actions which require administrative privileges, e.g. writing into… Read More »DataSnap to the rescue
I’ve just fixed a memory leak in my entry #2209, titled “Access client’s IP address from a DataSnap remote data module” on Borland‘s CodeCentral. The… Read More »CC2209 fix
You can register your DataSnap appserver as stateless by calling RegisterPooled in the overriden UpdateRegistry class method of your remote data module.The problem with the… Read More »Could not find server in ObjectManager list
About a week ago, I had an idea of porting the server part of DataSnap framework to .NET. Since then I’ve been fiddling with it… Read More »DataSnap.NET
CC #21053: A great Delphi 8 project with source code written by Petr Vones. It can load a client dataset XML datapacket into a .NET… Read More »Client dataset to .NET dataset
Today I posted an example of creating a custom performance counter library to CodeCentral. I’m preparing my DataSnap performance libraries for publishing as well.
My DataSnap appserver is now instrumented. In fact, my performance counter libraries are generic and will work with all DataSnap servers installed on the computer.… Read More »PerfMon ready