Tagged Questions
The datasnap tag has no wiki summary.
13
votes
0answers
423 views
Handling TDataSet results in Xcode from Delphi XE2 Datasnap Server
I'm looking at the feasibility of using a Delphi XE2 DataSnap server pushing data from a SQL server through to an iPad application.
I've written the Datasnap server application, and am looking now ...
13
votes
4answers
880 views
Datasnap xe vs Remobjects DataAbstract
After asking this question I realized that to build what I need I'd better rely on some framework "REST and JSON ready".
Since I own Delphi Professional I should upgrade to Enterprise to have ...
9
votes
6answers
1k views
What are the current choices for Delphi Web & Web Service Development
I'm toying around with Delphi. Most of my desktop development is done in .Net, and embedded systems with C. I've done some web development in RoR & Python (Django, CherryPy) I am interested in ...
8
votes
2answers
332 views
Is it possible to recompile the DataSnap packages in Delphi XE with a new/different version of Indy?
Okay -- we have an interesting problem.
Some background:
Our main application uses Indy 10. However, we take the Indy 10
source and fix bugs in it, recompile, and install our own set of Indy
...
7
votes
1answer
125 views
How to build midas.obj from the midas source code
Recently I discovered a problem on the midas and I fixed it, the problem now is that I want to use MidasLib not the midas.dll and with the source code I'm only able to build the DLL.
The source is ...
6
votes
3answers
458 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 ...
6
votes
5answers
2k 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 ...
5
votes
3answers
380 views
Is there a way to use JSONP with a Delphi DataSnap REST server?
It appears that there is no way to implement a JSONP (JSON with Padding) solution using DataSnap, but I want to throw this question out here in case someone has solved this problem.
Background: JSONP ...
5
votes
1answer
286 views
Delphi DataSnap authorization not repecting TRoleAuth attribute
I am trying to implement authorization in a Delphi XE DataSnap application. I broke this down into a very simple example, but still do not see the effects of the TRoleAuth attribute for a method or ...
5
votes
1answer
407 views
How can I supress Delphi DataSnap error message dialogs?
We run a DataSnap Delphi 2009 application on Windows 2003 Server. DataSnap Client and Server are on the same computer, using DCOM over Borland Socketserver. The client runs a background batch job.
...
4
votes
1answer
375 views
DataSnap “Plain Old Delphi Objects” and nested objects
A new article about DataSnap in Delphi XE explains that DataSnap now is able to transfer TObject-descendants between server and client, similar to the Java Enterprise Edition concept of POJO's ("Plain ...
4
votes
3answers
295 views
Concurrency control
Hello
I would like to know the best way to implement concurrency control in 3 tier application?
May first thought is:
A client wants to edit a record from a dataset.
send a request to the server ...
4
votes
1answer
640 views
Delphi 2010 Datasnap - Design Query
I am investigating moving a thick client SQL based Delphi application to Multi Tier thin clients, and have been looking at using Datasnap in Delphi 2010. I have worked through the White Paper written ...
4
votes
3answers
679 views
Datasnap : Is there a way to detect connection loss globally?
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 currently ...
3
votes
1answer
88 views
Delphi XE2 DataSnap - 'Connection Closed Gracefully' When Using REST Over HTTPS
I'm trying to connect to my DataSnap service using REST over HTTPS, both from my Delphi Win32 app and an Android app. In my Delphi client I get the message 'Connection Closed Gracefully', and my ...
3
votes
2answers
184 views
Delphi XE2 DataSnap - Download File via TStream With Progress Bar
I've written a DataSnap server method that returns a TStream object to transfer a file. The client application calls the method and reads the stream fine. My issue is that the method call takes a ...
3
votes
1answer
118 views
Reconcile Error: Has anyone had problems with truncated error messages?
I'm here again to ask for a help to you. This time I believe that few will respond given the great particularity of the problem which I will relate. I'm starting in the world of DataSnap, and still ...
3
votes
0answers
118 views
Using DataSet returned by a datasnap ServerMethod in a thread?
I am calling a servermethod from within a thread using Omnithreadlibrary, the data is returned succesfully, but I have troubles using the data returned, everything i've tried goes with AccessViolation ...
3
votes
0answers
77 views
There is some kind of DataSnap XE TServerMethods setup?
I'm trying some TServerMethods and all of those interact with my
Firebird DB.
I don't want to get the SQLConnection.DBXConnection in every method
that I'll create, but I want to inherit that behavior ...
3
votes
2answers
275 views
Why is OnUserAuthenticate being called twice on a DataSnap REST server?
I have created a REST Web service using DataSnap in Delphi XE. I am calling server methods using the XMLHttpRequest JavaScript object. I am passing the username and password for authentication in the ...
3
votes
1answer
107 views
How to find out current delta record in TPacketDataSet point to which record in TClientDataSet?
Let said i have a ClientDataSet1 link with TDataSetProvider to access database for data and i have opened the ClientDataSet1 ready for edit and did some changes, so at the end i have some delta. The ...
3
votes
2answers
792 views
DELPHI: Multithreaded client/server datasnap error
This is my first post here - so be gentle :-)
I want to build a client/server application that uses datasnap for data transport.
This is a fairly simple task - and there are lots of examples to learn ...
3
votes
2answers
628 views
Delphi DataSnap framework adding stuff to JSON message
I'm working with a Delphi XE DataSnap REST server and trying to return a JSON serialized object. The result that my method is returning to the client looks like this:
...
3
votes
2answers
392 views
Datasnap vs SoapServer
What are the advantages in using DataSnap compared to writing a
soapserver application.
I know Datasnap can use TCP/IP instead of soap.
Regards
Sandeep
3
votes
1answer
232 views
How can I access/modify headers of request/reponses in a Delphi 2010 DataSnap Server
I'm in the process of building a DataSnap Server that functions as WebDAV server and I'm trying to read the request headers when using a DSHTTPService and then modify the response headers.
Can anyone ...
3
votes
1answer
882 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
1answer
56 views
How to retrieve information from a field that has the property Required set as false?
I have the following DBX structure in my software:
TSQLDataSet -> TDataSetProvider -> TClientDataSet
One of the fields from my TClientDataSet has the property Required set to false, because ...
2
votes
1answer
58 views
Delphi XE2 DataSnap Server - HTTPS 'Could not load certificate'
I have an existing DataSnap server (Windows service) which is running fine on HTTP, and I now want to add HTTPS as an additional protocol. I've obtained and installed an SSL certificate and generated ...
2
votes
1answer
123 views
Delphi XE2 DataSnap - Access REST connection properties in server methods module
I'm building an XE2 DataSnap server which will serve connections from REST clients. My DSServerClass LifeCycle property is set to 'Invocation'. The REST connection properties will include username and ...
2
votes
0answers
157 views
Delphi XE2 datasnap callback example
I am trying to create a small example of how to exchange objects using calbacks, but I am experiencing some problems.
When server creates and broadcasts objects, some clients callback ...
2
votes
1answer
98 views
How are people handling pagination with DataSnap XE on a web client?
I'm using jQuery Mobile to pull back some data into a list view. I need to paginate this and can't seem to get table filters (url/class/function/?t.r1,20) to work.
I think I read XE will not do ...
2
votes
2answers
188 views
Is DataSnap an appropriate solution to bring the data and business logic of an existing Windows app to mobile/web clients?
I need to take a huge Delphi XE application (backed by proprietary SQL server NexusDB) and begin providing my clients the ability to access the system in new ways:
Thinner Windows client for ...
2
votes
2answers
336 views
Building a REAL database application using Datasnap
I have built an extensive 2-tier application in D2010, using ADO and devexpress. I want to upgrade this to using Datasnap mainly to provide HTTPS communication instead of just TCP/IP to the vulnerable ...
2
votes
1answer
345 views
Delphi XE Data Snap TCP/IP client login form
(i saw Demo Dirt - but it use for HTTP Web and i Don't know how switch it to TCP/IP)
I'm new from Delphi - I need help about use DataSnap and Client Login form (check user password from SQL Server) ...
2
votes
1answer
121 views
Deploying Datasnap Service
Using C++ Builder under Rad Studio XE I have created a simple Datasnap server service from scratch. I wanted to test the service installation process before adding any functionality, and found that ...
2
votes
1answer
464 views
TClientDataSet Doesn't Release Memory
I have a DataSnap server that creates a TSQLQuery, TDataSetProvider and a TClientDataSet that are unique to a given user's session, which are used and reused to retrieve data from a database and send ...
2
votes
1answer
237 views
Access Public IP Address in DataSnap XE / Recompile DataSnap Framework
The "procedure TDSTCPChannel.Open" method in DSTCPServerTransport.pas uses the connected user's private IP address when it assigns "FChannelInfo". When I traced the HTTP transport, it used the ...
2
votes
2answers
422 views
Delphi datasnap callback - BroadCast question
I'm again in a situation where I've spend an obscene amount of time on trying to customize datasnap callback samples to my needs.
I'm old school OOP programmer and have several very large Object ...
2
votes
4answers
449 views
Replacing ASTA as a middletier solution
I'm currently using Delphi7 along with ASTA to handle my client server communications to an Advantage DB.
I'm moving to Rad Studio XE Enterprise and am looking to switch to a different but similar ...
2
votes
1answer
729 views
Recommendations or comparisons on Indy's TidHTTPServer versus Delphi's TDSHTTPService
I need to implement a small, standalone web server that will be used to process REST API calls, using Delphi 2010. There seem to be two easy choices available with Delphi 2010 out of the box: Indy's ...
2
votes
1answer
728 views
How do I get a remote SQLConnection for TDSProviderConnection.SQLConnection?
With DataSnap 2009 i seems to be possible to use a remote database connection in the client datamodule, using a TDSProviderConection and an associated TSQLConnection. The client side is easy to set ...
2
votes
2answers
715 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
845 views
big streams with DataSnap
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 ...
2
votes
2answers
1k views
How to 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 ...
2
votes
5answers
2k 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 ...
2
votes
2answers
670 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 ...
1
vote
0answers
109 views
Remote access via DataSnap to dynamic created TSQLConnection
Delphi XE2 provides with DataSnap access to server-side connections from a client. The TSQLConnection driver "datasnap" has a property "ServerConnection", to specify a function that returns a ...
1
vote
2answers
120 views
How do I get a stack trace from a handled/caught exception and dump it to a trace log
We've created a Datasnap service (with Delphi XE), using Bob Swart's white paper as a guide. It works fine, and we've deployed it to our test server.
Now a problem occurs, when we have executed a ...
1
vote
1answer
152 views
Delphi XE2 Datasnap Callback
I am trying to make a callback, sending different object types and some extra info for the objects. So I made this class:
TCallBackObject = class
Sender : string;
ObjectClass : string;
...
1
vote
0answers
148 views
DataSnap and create dynamic SQLConnection
I am creating my fisrt DataSnap project. My DSserver (service app) has this structure:
TService : service body - contain DSServer,DSHTTPservice and DSAuthorizeManager.
TDataModule : classes module - ...