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 7 Août 2010 Par Zaïr BEZGHICHE
Dernière vérification Mardi 10 Août 2010 Par Support France
ThèmeAdministration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) Fonction SQLDATA.UpdateLotCarte

Prototype
Function UpdateLotCarte (idlot As String) As Integer
Usage
Administration-des-lots-de-cartes.UpdateLotCarte(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function UpdateLotCarte (idlot As String) As Integer
Function UpdateLotCarte (idlot As String) As Integer
Dim Ret%
Dim sData$

sData = " UPDATE LotCarte SET "
sData = sData + "Maj= '" + TabSQLValue(0, 0) + "',"
sData = sData + "DebCarte= '" + TabSQLValue(0, 1) + "',"
sData = sData + "FinCarte= '" + TabSQLValue(0, 2) + "',"
sData = sData + "Type= '" + TabSQLValue(0, 3) + "',"
sData = sData + "parrainid= '" + TabSQLValue(0, 4) + "' "
sData = sData + " WHERE Id.xxKey=" + CStr(idlot)
Ret = pExecute(sData)
If Ret = True Then
    UpdateLotCarte = True
End If

End Function

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