Delphi 2010 Datasnap - Design Query

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-13T16:18:20Z Indexed on 2010/05/13 16:24 UTC
Read the original article Hit count: 628

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 by Bob Swart and extended this further.

My main question really is that I want to make the server side efficient in terms of connections and SQL Queries due to multiple queries being run and remaining open at the same time to interrogate data, can anyone point me in a direction for guidance on how to design a real world Datasnap Server application, as the demo's don't go into enough detail.

Thanks Matt

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2010