K
Krish
Hi,
I already have an application writtern in VB6.0 which connects to a
remote database and populates the data. In order to speed up the
retrieval, I wrote a C# webservice which connects to the remote
database and retrieves the data. This seems to be quiet faster than the
vb retrieval.
But I am not able to set the xml generated by C# using the getxml
method of dataset, returned to the VB call as source for my ADO
recordset.
Is there any specific format of XML which ADO recordset will accept..
Thanks
Google
I already have an application writtern in VB6.0 which connects to a
remote database and populates the data. In order to speed up the
retrieval, I wrote a C# webservice which connects to the remote
database and retrieves the data. This seems to be quiet faster than the
vb retrieval.
But I am not able to set the xml generated by C# using the getxml
method of dataset, returned to the VB call as source for my ADO
recordset.
Is there any specific format of XML which ADO recordset will accept..
Thanks