HELP!! WEBSERVICE + DATASET

C

Carlos

Hi,

I have a webservice in vb.net that returns a dataset !

I want to populate in a vb60 application a recorset with the information of
Dataset !!

The webservice is working fine but i dont know how to populate the recordset
with the dataset information !!
<WebMethod()> _

Public Function GetRecordXML() As DataSet

Dim m_ParamRet As String

Dim m_LinhasAfetadas As String

Dim m_ds As System.Data.DataSet

Dim Obj As New ACCESSDB_NET_CS.DataCOM

Obj.dbSQLDs("SELECT * FROM EST_PROD", "SELECT", m_ParamRet, m_Afetadas,
m_ds, "")

Return m_ds

End Function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top