Administration des comptes, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Lundi 25 Janvier 2010 Par Zaïr BEZGHICHE
Dernière vérification Lundi 1 Février 2010 Par Support France
ThèmeAdministration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) Fonction SQLDATA.DeleteUser

Prototype
Function DeleteUser (sIdUser As String, xname As String, xpwd As String, sBase As String) As Integer
Usage
Administration-des-comptes.DeleteUser(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function DeleteUser (sIdUser As String, xname As String, xpwd As String, sBase As String) As Integer
Function DeleteUser (sIdUser As String, xname As String, xpwd As String, sBase As String) As Integer
Dim Ret%
Dim sData$

DeleteUser = False
Ret = XmlUserForDELETE(xname, xpwd, sBase)
If Ret = True Then
    sData = "DELETE * FROM XmlUser"
    sData = sData + " WHERE xmluserid.xxKey = " + CStr(sIdUser)
    Ret = pExecute(sData)
    If Ret = True Then
	DeleteUser = True
    End If
End If
End Function

Références Composants
Administration-des-comptes-SQLDATA-XmlUserForDELETE,

Références XAS.Technology
Cstr ,

Audience
Cette documentation est destinée aux personnes s'intéressant aux systèmes d'information collaboratifs.
Les Webservices, les architectures collabortives et distribuées, les moteurs transactionnelles et les concepts de programmation orientés objet.


XAS Services - Zaïr BEZGHICHE - Copyright 1991-2011 tous droits réservés- Powered by XAS.Technology