DataSnap is a Delphi technology that allows the development of multi-tier applications
0
votes
0answers
38 views
Is it possible to change the Response Code when user authorization fails in a datasnap server?
Is it possible to change the HTTP Response Code in my DataSnap (Delphi XE3) server when user authorization fails? Currently it's returning HTTP/1.1 500 Internal Server Error, which can happen in many ...
-3
votes
0answers
94 views
What settings recommended for working in an unstable network with DataSnap? [closed]
When I am using DataSnap in unstable networks, "Socket Error" exception occured.
What settings are recommended for working in an unstable network with DataSnap?
0
votes
0answers
17 views
Delphi Datasnap & Active Directory
Hi I am using Delphi XE2 & XE3
Is there any way to get Delphi Datasnap to Logon using credentials from windows Active directory?
0
votes
1answer
140 views
Convert JSON String to Image to send by SQL
Well, I have an application that convert an image to json array and I´m saving it into blobfield
function getImage() : String ;
var
memorystream : TMemoryStream ;
jsonArray : TJSONArray ;
...
1
vote
2answers
84 views
Which midas.dll to use? 32bit datasnap/64bit server
Considering the following:
We have a 32 bit Datasnap server installed on a 64 BIT Windows Server
In embarcadero\rad studio\11.00\redist are 2 folders : 32 bit and 64 bit, with in each a midas.dll.
...
0
votes
0answers
30 views
AsyncTask in BackGround for DataSnap connections?
I have a little problem to solve and I do not usually customary in Android?
The scenario is as follows:
1) I have a connection with the DataSnap Android.
2) I need to perform a task in background ...
1
vote
0answers
51 views
Delphi 2010 DataSnap Client with HTTPS
I have a DataSnap server written in Delphi XE3, deployed as an ISAPI module with SSL.
I'm writing a client application for this server, but it has to be written in Delphi 2010 for now. I'm having ...
0
votes
0answers
63 views
Datasnap Client/Server 32/64
I have a problem with datasnap in delphi Xe3.
At server side I create an application that load data from an XML file in a clientdataset and shares it through a datasetprovider.
The Client has a ...
0
votes
2answers
49 views
Android - How to access class content from another?
im actually working on an Android application which provides user a connexion to a DataSnap server but i got a problem with my NetworkManager class.
I wish i have access to its content (user, host, ...
-2
votes
0answers
12 views
character zero (0) in front android and datasnap delphi [closed]
I create android apps with DataSnap connection, but there is a problem if the password to login if there is 0 character in front of the password. The problem is these characters DataSnap server ...
0
votes
0answers
115 views
Delphi Datasnap REST server - cannot connect via TCP/IP using TSQLConnection
I have created a Delphi Datasnap REST server. Everything works really well through the web browser. But the moment I try to create a Delphi VCL application and put a TSQLConnection to connect via ...
0
votes
0answers
57 views
DAX error in D2007 M-tier after heavy use
My application server results in DAX Error for app server written
in Delphi 2007 using normal MIDAS.
What could be possible causes of such error.?
Any help appreciated.
Application server is a ...
2
votes
1answer
118 views
ClientDataset reordens table from Datasetprovider in datasnap,on strings that starts with '
On my Datasnap server I query some records and order them by a stringfield.
Strings that start with ' are in front, this is default behaviour. (the database is interbase)
'Aaa
'Bbb
Aaa
Bbb
When i ...
0
votes
0answers
60 views
Twebconnection method not allowed error windows server 2008 R2
I have a Delphi application server that I installed on windows server 2008 R2
I have registered the dcom object in windows component services.
when I connect to the app server via tsocketconnection i ...
0
votes
0answers
37 views
Mannaging returning ServerMethods for different Servers (Session-lifecycle)
When i write 2 servers that use the same Database, and use 50% of the same methods. I want to put these in a ServerMethodUnit that i use in both projects.
In my server i now have 2 servermethodunits. ...
0
votes
0answers
151 views
datasnap delphi-android connection trouble
i tried to do some test with datasnap server written in delphi and the client written in java/android but i don't understand why when i test my application android on a emulator with android 2.3 all ...
0
votes
0answers
103 views
Global Variables Range with threads in delphi + datasnap
I have a datasnap server wich has 3 Different ServerMethods Classes, with session lifecycle.(Meaning each connection gets a different instance on the connection thread)
They are split because of ...
1
vote
1answer
200 views
Delphi REST Server, Android Client using compression
We're building a Delphi REST server that serves up rather large chunks of data (1.5MB per request, of which there are many) to a native Android application. All works fine, except the data sizes in ...
0
votes
1answer
103 views
Datasnap server operation not applicable on Microsoft Server 2003
so here is the deal.
I am making a 3-tier application and it seems to work when i execute the server.exe
on a windows 7 pc, but when i run the server.exe on server 2003 it goes to shit.
the ...
1
vote
2answers
119 views
How to suppress exception message box EIdConnClosedGracefully from thread in DataSnap
I'm trying to build DataSnap server in C++ Builder XE as Windows Form Application. I use TIdSchedulerOfThreadPool as described here ...
3
votes
0answers
254 views
Delphi XE3 DBXJSON issue
We had the Datasnap Servers working with Delphi XE2 but now that we upgraded to Delphi XE3 the following problem is happening:
For example, this function receives a JSON and returns it as well.
...
0
votes
2answers
187 views
Datasnap query client side
I don't understand how to use parameters, to find a proper example of using parameters is a bit difficult. I did manage to use clientdataset filters it does the job, but I am sure it can be done with ...
2
votes
1answer
395 views
How to open ClientDataSet (master/detail) in separate thread(different of main thread)
Using: Delphi XE2, DBExpress, Firebird
I can't access any VCL control outside the main thread safely, that includes forms, panels, edits, etc and the Timage and Timage descendants. I'm need to open ...
5
votes
1answer
367 views
Access Request Header in Delphi XE3 DataSnap Server
I am implementing a REST server API in Delphi XE3 (first time using Delphi in about a decade so am a bit rusty). Currently it is using Indy server for debug purposes, but eventually it will be an ...
-1
votes
1answer
241 views
how to solve [DCC Fatal Error] data.pas(6): F2063 Could not compile used unit 'Data.DBXTransport.pas' compilation error [closed]
I have developed an client-server application, using datasnap running on a firebird db. Everything was working well, no compilation errors nothing. The system was working fine, I decided that I want ...
5
votes
1answer
333 views
Return an image from a Delphi REST server and show it in a browser
When you return an image using a file stream object in a Delphi rest server, it will not display in a browser. Here is an example method that returns an image:
function TServerClass.Image: ...
0
votes
1answer
256 views
Datasnap client application hangs
I have written an application which uses a Datasnap Server over TCP installed as a windows service, and a VCL Winform client using Delphi 2010. The server application is connecting to a SQL Server ...
7
votes
1answer
580 views
Mannaging SQLConnection / Datasnap through client-server disconnects
In my Datasnap client application i use 1 TSQLConnection for my methods and ProviderConnection.
Problems arise when the connection is lost.
Both TSQLConnection.Connected and ...
0
votes
3answers
101 views
file_get_contents returns empty string in shared host
I'm trying get url contents with file_get_contents(), its works in my localhost server, but in shared host server, the function returns a empty string, without errors. My code follows:
$uri = ...
0
votes
0answers
118 views
Notification on DataSnap Data Transmission
As an update to this question, I have put a TIdAntiFreeze on my application, and since DataSnap uses Indy components, my application isn't freezed during DataSnap communications. This has led to ...
2
votes
0answers
196 views
How to show transfer progress during a DataSnap transmission?
I have a ISAPI DataSnap server and a client application, which communicate over the web. I have been looking for a way to show data transmission progress when the client application is retrieving data ...
2
votes
1answer
185 views
DataSnap Master/Detail Relationship - Post raises exception with message “No corresponding master record found”
A duplicate of this question, but since the answer there wasn't accepted I thought maybe there's a workaround.
I have two TSQLTable components on my datasnap server which are in a master/detail ...
4
votes
2answers
305 views
DataSnap and Database Connection / Login
I am trying to work out the "right" way to establish a connection to my database from the server of my DataSnap application.
Each (most) of my tables in the database have fields (whose values are set ...
1
vote
1answer
259 views
Experiences with Datasnap [closed]
We are thinking about the usage of a Delphi Datasnap Server in our company. But we are a little bit worrying about the less articles and support we found in the internet.
So my questions are:
Is ...
0
votes
0answers
272 views
Delphi XE2 DBExpress with SQL Server 2008 R2 not recognising Identity fields
I have a table defined like this on my server
CREATE TABLE [dbo].[STOCK](
[st_id] [int] IDENTITY(1,1) NOT NULL,
[st_code] [varchar](9) NULL
)
In Delphi XE2, I place an ADOConnection on the ...
1
vote
0answers
264 views
How to get selected item (object) in jquery listview?
I want to have a list of customer and when I click on this customer I want to get the detail on another page. I fill my jquery listview with the GetWorkerList funtion and it work well but when I click ...
1
vote
1answer
144 views
Delphi (DataSnap) Do I need threading on authentication?
I am curious as to how to proceed with this issue; I currently have a DataSnap server setup with a TDSAuthenticationManager class managing the authentication.
If an authentication fails, is it safe ...
0
votes
1answer
223 views
Wrong nested datasets insert order on ApplyUpdates
I have 4 ClientDataSets like this:
Master
---Detail 1
---Detail 2
------SubDetail 2.1 - here there is a FK to Detail 1
The insert order of records on datasets is: Master, Detail 1, Detail 2, ...
0
votes
0answers
62 views
Datasnap SessionClose Infinite Loop?
When i stop my Datasnap server when there is an active session, the server starts an infinite loop of UserThreadStart.
But only when i send the Session.Id on SessionClose.
EndSession only writes a ...
0
votes
1answer
231 views
Trouble with jQuery .ajax and DataSnap
I have one simple DataSnap server and i having trouble consuming the Json data on .ajax function by JQuery.
This is my code:
$.ajax({
url: ...
5
votes
3answers
1k views
Is DataSnap Optimized for responding to more than 1k users at the same time?
We want to start a big multi-tier application. The server side application must respond to more than 1000 users at the same time. We want to create server application by 64 bit compiler and client ...
0
votes
2answers
196 views
DataSnap XE2 Server - Uses GZIP compression?
Does anybody know if a DataSnap server (using HTTP/HTTPS) built with Delphi XE2 uses GZIP compression for it's responses by default? Is there any way of enabling/disabling this?
0
votes
0answers
183 views
How to manage a datasnap connection for multiple threads
I have come to the conclusion that only 1 client thread can access the server through a connection. But how to manage this?
Do I need to lock the connection every time I use the TSQLConnection. With ...
1
vote
1answer
413 views
DataSnap Rest Server windows Service
i'm try to building a DataSnap Rest Application running as a windows service, but the wizard just have "Stand-alone VCL application", "Stand-alone console application" and "ISAPI dynamic link ...
2
votes
0answers
101 views
DataSnap Server as Windows Service and Debug
Good Morning,
We are just about to start a Multi-Tier project using DataSnap as our Server Application and Delphi Prism.
I made a little research and accepted the recomendation of creating the ...
2
votes
1answer
580 views
Delphi XE Disconnect or Terminate a datasnap client session
We are developing a new Datasnap server (tcp/ip) with Delphi XE and have run into an issue. We do not know when the client disconnects in an abnormal way, ie. the connection is dropped or the client ...
1
vote
0answers
244 views
Datasnap RESTful JSON Result About?
I have a TDataset JSON helper function.
I want to result return the following:
{"result":[{"rid":"2","firstname":"veli","lastname":"deli"},{"rid":"1","firstname":"ismail","lastname":"kocacan"}]}
...
2
votes
2answers
250 views
Delphi + DataSnap: How to invoke more than one class?
fellas,
There is a information about Delphi and Datasnap that I still couldn't find or figure out... Imagine that I want to put all my inteligence in the Server layer. In this case, of course, I will ...
3
votes
2answers
435 views
Delphi datasnap RESTful URL if contain parameter with character T/F/Y/N will convert to boolean True and False
I have a server method "CustomerLookup" that accept a string parameter "CompanyName", user may enter any characters and CustomerLookup method will return a list of customers that partially match the ...
1
vote
0answers
134 views
TRoleAuth TDSDataModule dont work
RoleAuth makes your job and reject other connection
[TRoleAuth('ModuleAdmin')]
TAdmin = class(TBaseServerClass)
but this dont work Why?
[TRoleAuth('ModuleAdmin')]
TDataModuleEmployee = ...





