Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all articles
Browse latest Browse all 10032

User validation in Nav WebServices from Windows CE

$
0
0
Hi all

I have a problem with a user validation in a PDA that works with Windows CE. i have a visual basic application that must logged in nav by WebServices but it can´t and bring me a not permission error ("The Login failed when connecting to SQL Server..."). I would like to know if the problem is in my application or in the way that we log in the web services from windows CE edition.
sw.AccPistola("user", "passs")
sw.PreAuthenticate = True
sw.UseDefaultCredentials = True 

Public Sub AccPistola(ByVal usuario As String, ByVal pass As String)
            Dim results() As Object = Me.Invoke("AccPistola", New Object() {usuario, pass})
            idioma = CType(results(0),String)

End Sub

Thanks for all and regards.

Viewing all articles
Browse latest Browse all 10032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>