Return table data with Delphi ISAPI -



Return table data with Delphi ISAPI -

i first created regular datasnap application server , client. in order info server have sqlconnection connected dsproviderconnection , connected clinetdataset. have set clientdataset commandtext , open it.

but isapi not sure how achive client side connections. have dsrestconnection on cliendmoduleunit. can still have sqlconnection , dsproviderconnection on too. if yes not sure how set properties sqlconnection isapi.

i want pass database table info server client in isapi datasnap applicaiton. , display info in grid. please allow me know if there other improve ways this.

i using xe6.

you need set host/url datasnap server listens incoming connections. it, depends on how configured web server:

http://docwiki.embarcadero.com/radstudio/xe6/en/connecting_the_client_to_datasnap_server

delphi isapi delphi-xe6

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -