Tagged Questions

RemObjects Software is a software development company offering tools and libraries for software developers on a variety of platforms.

learn more… | top users | synonyms

13
votes
4answers
877 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 ...
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 ...
3
votes
1answer
274 views

Doing Overhaul of Codebase: .NET or Delphi backend? [closed]

I have little experience in C#.NET, but have years in Delphi. Any Delphi + .NET people out there that can provide me some guidance? Here's the scoop: I am going to be in charge of a overhaul of the ...
3
votes
3answers
249 views

What's going on with these XML nodes named “#text”?

I've got some simple XML-handling code that's supposed to locate a child node of a passed in node based on an attribute value: function GetNodeByAttributeValue( const AParentNode: IXMLNode; const ...
3
votes
4answers
3k views

Getting started with SOAP for Delphi in Win32

I have a server process built in Delphi/C++Builder with RemObjects SDK which claims to support SOAP requests. What's the quickest and easiest way of testing out the SOAP support? I'd prefer not to ...
2
votes
1answer
78 views

RemObjects SDK - how to retrieve client GUID from server when connecting to server?

Does somebody know how to retrieve client GUID when connecting to server in RemObjects SDK ? (using SuperTCP/IP protocol)
2
votes
2answers
219 views

How to register the interface variable into remobjects pascal script?

I using RemObjects Pascal Script component for Delphi XE, i've the following code: type ITest = interface(IInterface) ['{7762A355-052F-449D-8347-01B59E2D2738}'] procedure Execute; end; ...
2
votes
4answers
448 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
432 views

How do I fix Delphi Prism ASP.NET error: “Parser Error Message: 'Oxygene' is not a supported language”

I have written an ASP.NET web application (not site) in Delphi Prism. Everything works fine on my devlopment machine, but when I install it on a test server I get the following error: Server Error in ...
2
votes
4answers
319 views

Problem with “unwanted” exception dialogs in Delphi

I've problem with exception dialogs: I'm using RemObjects SDK for Client/Server -application. When there's connection problem, the client starts throwing "simple" exceptions dialogs, just text and a ...
1
vote
1answer
131 views

How can I update a blob field on the server

I have a client/server application built using DataAbstract and RemObjects where the client is transferring a Binary variable for the server to put in the DB. The server function looks like this ...
1
vote
1answer
615 views

Getting started working with RemObjects Pascal Script in delphi

I have just started working with RemObjects Pascal Script. and have been trying to follow the remobjects tutorial. http://devcenter.remobjects.com/articles/?id={2FFC1EE9-F18D-4B11-9DE4-1BA0A79D0D04} ...
1
vote
2answers
560 views

Combining Delphi & remobjects via SSL

I'm in the development of a server client solution. The server is written in delphi and the client written in c#, and we're using RemObjects 5 (xml webservice thingy) to perform the communication. ...
0
votes
1answer
109 views

How to use a connection to database saved in a session in DataAbstract/RemObjects?

In the DataAbstract sample application "Old\Connection By User" the procedure "AcquireHoldButtonClick" creates a connection to the database and stores a reference in the user's session variable. I ...
0
votes
0answers
286 views

REMObjects - How to fix LoadFromFile Read Error

I am using Delphi 7, while calling LoadFromFile from my REMObject Type I am randomly encountering a Stream Read Error. The following line is where I get the error: ...
0
votes
2answers
227 views

Delphi Applications in RemObject Pascal Scripter

I want to run a Delphi application(With forms vcl, forms, etc) using another application with RemObject Pascal Scripter. will RemObject Pascal Scripter support all the areas of delphi , If so can ...
0
votes
2answers
394 views

Delphi 7 remobjects - serialize a component

I have a client-server application built in Delphi 7 and RemObjects SDK. Messages between client and server are binary (http://wiki.remobjects.com/wiki/BinMessage). My questions are: 1) if I fill with ...