Administration des entités, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Vendredi 20 Août 2010 Par Zaïr BEZGHICHE
Dernière vérification Samedi 4 Septembre 2010 Par Support France
ThèmeAdministration des entités, (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-entites.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-entites-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