| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Mardi 5 Janvier 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Jeudi 7 Janvier 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | SQLDATA.InsertLotCarte |
| Prototype |
| Function InsertLotCarte (sidProg As String) As Integer |
| Usage | |||
| Administration-des-lots-de-cartes.InsertLotCarte(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function InsertLotCarte (sidProg As String) As Integer |
Function InsertLotCarte (sidProg As String) As Integer
Dim Ret%
Dim sData$
Dim screa$
InsertLotCarte = False
Ret = pExecute("CLEAR")
screa = Date$
Ret = pExecute("SELECT CodeProgramme FROM programme WHERE Codeprogramme.xxKey = " + CStr(sidProg))
If (Ret = True) Then
sData = "INSERT INTO programme.lotcarte (codeprogramme,creation,maj,decarte,fincarte,type,parrainid) VALUES ("
sData = sData + "'" + TabSQLValue(0, 0) + "',"
sData = sData + "'" + TabSQLValue(0, 1) + "',"
sData = sData + "'" + TabSQLValue(0, 2) + "',"
sData = sData + "'" + TabSQLValue(0, 3) + "',"
sData = sData + "'" + TabSQLValue(0, 4) + "',"
sData = sData + "'" + TabSQLValue(0, 5) + "')"
Ret = pExecute(sData)
If Ret Then
Ret = LotCarteForINSERT(sidProg)
If Ret Then
InsertLotCarte = True
End If
End If
End If
End Function
|
| Références Composants |
| Administration-des-lots-de-cartes-SQLDATA-LotCarteForINSERT, |
| 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 |