Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Permenkaret Permenkaret is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 351
Rep Power: 14
Permenkaret mempunyai hidup yang Normal
Default [ASK]Array di webservice VB.net?

Gan, ane mau nanya tentang webservice di VB.Net.



Ane punya sistem di PDA, itu kirim parameter bentuknya array ke Webservice (basis VB.Net).

Nah yang ane tanyain itu gimana cara supaya webservice itu bisa nerima parameter ane?

Ni kodenya gan




Spoiler for Webservice:







Quote:





.....

.....

.....

WebMethod() _

Public Function InsertProduk(ByVal key As Array, ByVal val As String, ByVal konter As Integer) As DataSet

Dim conn As String

Dim i As Integer = konter

For a As Integer = 0 To i

conn = "server=localhost;uid=root;pwd=;database=mile s"

Dim sql As String = "insert into trade set id_pro="' + key(i) + '";

Dim konek As New MySqlConnection(conn)

Dim OdbcDa As New MySqlDataAdapter(Sql, conn)

konek.Open()

Dim ds As New DataSet

OdbcDa.Fill(ds)

konek.Close()

Return ds

Next

End Function

....

....

....















Tapi waktu ane browse service.asmx muncul error gini :








Spoiler for error:







Quote:





You must implement a default accessor on System.Array because it inherits from ICollection.
















Mohon pencerahannya gan



Reply With Quote
Reply


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


 


All times are GMT +7. The time now is 02:04 PM.


no new posts