0
votes
1answer
70 views
generalized request function in DataSnap 2010 ?!?
This is a client-side function i'm trying to build, more generalized, which will allow me to call different server-side procedures which return TDBXReader. Right now it works, BUT i'm facing couple of …
5
votes
3answers
120 views
Will Datasnap be appropriate for up to 8 non-communication intensive bi-directional multiplayer game?
I am building a small multipliplayer which will need the following:
it must be written in Delphi
must support Internet connection (not only LAN)
work over HTTP
support some encryption of the packets …
2
votes
2answers
120 views
How to return a record in a DataSnap method.
I wish to be able to declare a Data Snap method with the following signature
type
TLoginInfo = record
Username: string;
Password: string;
LastLogged: DateTime;
end;
function …
2
votes
1answer
96 views
big streams with DataSnap
Hello,
I'm trying to transfer some big streams (~1Mb) between DataSnap server/client but to no avail. I'm trying to understand the code of Jim Tierney …
1
vote
3answers
143 views
How to write a Remote DataModule to run on a linux server?
Hi, i would like to know if there are any solution to do this. Does anyone?
The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my …
0
votes
2answers
118 views
Is that possible to run IIS’s w3wp.exe in limited user account?
Hi,
I am using Windows 7 and IIS 7. I am writing Delphi DataSnap ISAPI. I wish to trace bugs occurs in my ISAPI dll.
I learn using "w3wp.exe -debug" may help to debug ISAPI dll in Delphi IDE. …
1
vote
1answer
59 views
How to manually invoke DSProxyGEN.EXE to generate Delphi DataSnap proxy client?
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 …
1
vote
2answers
264 views
How to use consume in process server method with DataSnap 2010
I define a server method:
TServerMethod = class(TPersistent)
public
function EchoString(Value: string): string;
end;
The method EchoString return an equivalent Value string.
I then use …
1
vote
1answer
119 views
Can we replace use TDSProviderConnection to replace TLocalConnection for in-process DataSnap application?
I able to access server method by in-process DataSnap application. Click here for details.
However, there is another aspect of in-process datasnap application. It is the IAppServer or …
2
votes
4answers
421 views
How can I update a DataSnap server while clients are still connected?
We use stateful DataSnap servers for some business logic tasks and also to provide clientdataset data.
If we have to update the server to modify a business rule, we copy the new version into a new …
4
votes
2answers
292 views
Datasnap : Is there a way to detect connection loss globally ?
Hi everybody,
I'm looking to detect local connection loss. Is there a mean to do that, as with the events on the Corelabs components ?
Thanks
EDIT:
Sorry, i'm going to try to be more specific:
I'm …
5
votes
5answers
724 views
What is the best Delphi n-tier low bandwidth technology?
I need to deploy a Delphi app in an environment that needs centralized data and file storage system (for document imaging) but has multiple branch offices with relatively poor inter connectivity. I …
1
vote
1answer
357 views
DUnit Testing in a Midas/DataSnap project
How does one setup DUnit Testing in a Midas/DataSnap project in Delphi 2006
Edit
How does one set up a Dunit Test into a TRemoteDataModule
The project wizard in Delphi 2006 does not work with …
