web service error

Public Function HelloWorld() As String

Dim R As String

R = "SELECT * FROM PanHotelRate"

Return R

End Function

i wanna return information from my database wif the above codes but there's an error

i tink i noe the error it is this:

Dim R As String

i noe i should not declare it as String but i donnoe any other alternative

what should i declare R as



Answer this question

web service error