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 up, I drop a TSQLConnection on the form and link it to the TDSProviderConnection component.
But what are the steps in the remote datamodule on the server side to provide the 'real' SQLConnection to the client? I have a server module which inherits from TDSServerModule, a TDSTCPServerTransport, a TDSServer and a TDSServerClass component. How do I link these to a server side TSQLConnection?