multiple SQL statement execution

Hello,

can i execute multiple SQL statements as one Against SQL server with Xdataset?

Regards

ahmed

Depend on the underlying database component you are using. For example, FireDac (and others) support setting SQL property with multiple statements and calling Execute to run all of them at once. If they do, then you can do the same with RemoteDB since it uses those components at server-side.