PC Review


Reply
 
 
Krish
Guest
Posts: n/a
 
      31st Aug 2006
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

 
Reply With Quote
 
 
 
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      31st Aug 2006
Krish,

If you are talking about VB use than the right name. You are in my idea
talking about a VB version from 8 years ago.

There is no significant difference in speed or whatever in the good used
current versions of VB and C#. It is only a kind of personal preference.

If you want to use XML as a dataset, than it has to be a dataset. A dataset
can be serialized to XML, but therefore is not every XML file a dataset.

There is an overloaded use of the OleDB dataadapter that will make from a
recordset a dataset.

http://msdn.microsoft.com/library/de...ORecordset.asp

I don't know one visa versa.

I hope this helps,

Cor

"Krish" <(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:22 AM.