Can one use a .NET RO Server with a Delphi client? And can RO serve ASP.NET client?

Hi,

I want to buy this product. But I have a question.

Currently, my application is a 2-tier (delphi Client / DB). I want to go multi-tier.

I want to serve WEB, but the DA/RO javascript client is currently really not nearly mature enough.

So, I was thinking, is it possible to do a .NET RO/DA server that could serve both ASP.NET and Delphi client ?

Hello

The data exchange formats are the same across all supported formats. So on the client side there is no difference what platform the server application runs on.

The only significant difference between Delphi and .NET based servers is that Delphi ones don’t support DA SQL queries and cannot process DA LINQ queries that contain table joins.

Also there is not much difference which exactly platform the client app runs on as long as the correct data exchange format is used.

Take a look at this article - http://old.wiki.remobjects.com/wiki/Data_Abstract_and_ASP.NET_MVC . It describes a simple ASP.NET MVC application that uses Data Abstract as its data access backend.

Regards

Thank you for your answer