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 Vendredi 12 Février 2010 Par Zaïr BEZGHICHE
Dernière vérification Mercredi 3 Mars 2010 Par Support France
ThèmeAdministration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) Fonction SQLDATA.Updatexmluser

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

Code Source - développement open source
Function Updatexmluser (sIdUser As String, sIdEns As String, userbyRef As String) As Integer
Function Updatexmluser (sIdUser As String, sIdEns As String, userbyRef As String) As Integer
Dim Ret%
Dim sData$

Updatexmluser = False

Ret = XmlUserForUPDATE(TabSQLValue(0, 0), TabSQLValue(0, 3), userbyRef, TabSQLValue(0, 12), TabSQLValue(0, 4))
If Ret = True Then
    sData = " UPDATE XmlUser SET "
    sData = sData + "Maj= '" + Date$ + "',"
    sData = sData + "Name='" + TabSQLValue(0, 0) + "',"
    sData = sData + "password='" + TabSQLValue(0, 1) + "',"
    sData = sData + "text='" + TabSQLValue(0, 2) + "',"
    sData = sData + "fileperso='" + TabSQLValue(0, 3) + "',"
    sData = sData + "databaseactif='" + TabSQLValue(0, 4) + "',"
    sData = sData + "datapredictif='" + TabSQLValue(0, 5) + "',"
    sData = sData + "email='" + TabSQLValue(0, 6) + "',"
    sData = sData + "phone='" + TabSQLValue(0, 7) + "',"
    sData = sData + "fax='" + TabSQLValue(0, 8) + "',"
    sData = sData + "enabled ='" + TabSQLValue(0, 9) + "',"
    sData = sData + "profile ='" + TabSQLValue(0, 10) + "',"
    sData = sData + "method ='" + TabSQLValue(0, 11) + "',"
    sData = sData + "charte ='" + TabSQLValue(0, 12) + "',"
    sData = sData + "police ='" + TabSQLValue(0, 13) + "',"
    sData = sData + "langue ='" + TabSQLValue(0, 14) + "',"
    sData = sData + "XmlRules ='" + TabSQLValue(0, 20) + "' "
    sData = sData + " WHERE xmluserid.xxKey=" + CStr(sIdUser)
    Ret = pExecute(sData)
    If Ret = True Then
	Updatexmluser = True
    End If
End If

End Function

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

Références XAS.Technology
Date , 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