Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Samedi 3 Juillet 2010 Par Zaïr BEZGHICHE
Dernière vérification Mercredi 21 Juillet 2010 Par Support France
ThèmeAdministration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) Fonction SQLDATA.SQLCreateUser

Prototype
Function SQLCreateUser (iType As Integer, sIdEns As String, sName As String, sPwd As String, profile As Integer) As Integer
Usage
Administration-des-lots-de-cartes.SQLCreateUser(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function SQLCreateUser (iType As Integer, sIdEns As String, sName As String, sPwd As String, profile As Integer) As Integer
Function SQLCreateUser (iType As Integer, sIdEns As String, sName As String, sPwd As String, profile As Integer) As Integer
Dim Ret%
Dim sData$
Dim sDate$
Dim s$

SQLCreateUser = False
Ret = pExecute("CLEAR")

sDate = Date$
sData = "INSERT INTO XmlUser (creation,maj,type, name,password, Profile,ByRef, codeclient ) VALUES ("
sData = sData + "'" + sDate + "',"
sData = sData + "'" + sDate + "',"
sData = sData + "'" + CStr(iType) + "',"
sData = sData + "'" + sName + "',"
sData = sData + "'" + sPwd + "',"
sData = sData + "'" + CStr(profile) + "',"
sData = sData + "'" + CStr(GlobPU.XasName) + "',"
sData = sData + "'" + CStr(sIdEns) + "' )"
Ret = pExecute(sData)
If Ret = True Then
    Ret = XasUserGetString(1, s)
    If s <> "" Then
	SQLCreateUser = True
    End If
End If

End Function

Références XAS.Technology
Date , Cstr , XasUserGetString ,

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