Thanks for Reply
This both property will not work.
Our problem is when we run Recordset open command then can we prevent to all the recordset into the client memory?
m_pRecordSetData->Open((_variant_t((IDispatch )pCmdPtr)), vtConn,
ADODB::adOpenStatic, ADODB::adLockReadOnly, -1);
This line is loading all the record on virtual memory of the client. So can we make then it will load only few record and we use it and then we request for next few like that?
Hi XuDong Peng-MSFT
Thanks for Reply.
you have describe well format the code as well the xml file.
but my requirement is customer will not add all the site data into xml. So without adding site list we have to support the Edge with IE mode.

So I have used --ie-mode-force argument so it will load page in IE mode and it will displayed on the title.
So when that information bar display it will impact the position of the page control . So i am finding anyway i can hide through proggramming.