| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Lundi 18 Janvier 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mercredi 27 Janvier 2010 | Par | Support France |
| Thème | Administration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | SQLDATA.InsertLinkCritere |
| Prototype |
| Function InsertLinkCritere (sName As String) As Integer |
| Usage | |||
| Administration-des-comptes.InsertLinkCritere(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function InsertLinkCritere (sName As String) As Integer |
Function InsertLinkCritere (sName As String) As Integer
Dim Ret%
Dim sData$
InsertLinkCritere = False
Ret = pTmpExecute("SELECT xmluserid FROM XmlUser WHERE name.string='" + sName + "'")
If Ret = True Then
sData = "INSERT INTO XmlUser.linkcritere (codeclient,titre,name,value,type,id) VALUES("
sData = sData + "'" + pTmpGetItem(0) + "','" + TabSQLValue(1, 0) + "','" + TabSQLValue(1, 1) + "','" + TabSQLValue(1, 2) + "','" + TabSQLValue(1, 3) + "','" + TabSQLValue(1, 4) + "')"
Ret = pTmpExecute(sData)
If Ret = True Then
InsertLinkCritere = True
End If
End If
End Function
|
| 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 |