0
votes

I created a ISAPI DLL server using DataSnap webbroker wizard on REST. I then installed it on IIS and tested sucessfully by creating a client and connecting to DSRestConnection1.

I put a TDatasetProver on server and a TClientDataSet on client. Then for TClientDataSet property ProiverName is not getting populated.

Also I dropped a TSQLConnection on client and set its Driver property to Datasnap. I set host property to LocalHost. But when I try to set property Connected=True , it throw error "Socket Error #10061 Connection Refused.."

Please let me know if you have any idea why my clientDataset is not seeing Providers on server and also why SQLConnection is not getting connected.

Thank You.

1

1 Answers

0
votes

You are missing a TDSProviderConnection between the TSQLConnection and the TClientDataSet.