My GetUserInfo is based on loginName
- Dim Query As String = "Select NickName,UserType from " & prefix & "users where username='" & loginName & "'"
The UserId is never used(only set).
But that i actually want to know where contacts in a contactlist are stored so I can add them automaticly.