| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Samedi 19 Juin 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Lundi 28 Juin 2010 | Par | Support France |
| Thème | Administration des entités, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | SQLDATA.DeletePilote |
| Prototype |
| Function DeletePilote (sidhard As String) As Integer |
| Usage | |||
| Administration-des-entites.DeletePilote(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function DeletePilote (sidhard As String) As Integer |
Function DeletePilote (sidhard As String) As Integer
Dim Ret%
Dim sData$
DeletePilote = False
'Ret = HardwareForDELETE(idhard)
If Ret = True Then
sData = "DELETE * FROM maitre.dbo.xmlpilote WHERE id.xxKey = " + CStr(sidhard)
Ret = pExecute(sData)
If Ret = True Then
DeletePilote = True
End If
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 |