| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Vendredi 30 Juillet 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Vendredi 6 Août 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | SQLDATA.CreateDefaultEntreprise |
| Prototype |
| Function CreateDefaultEntreprise (sid As String, sDB As String) As Integer |
| Usage | |||
| Administration-des-lots-de-cartes.CreateDefaultEntreprise(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function CreateDefaultEntreprise (sid As String, sDB As String) As Integer |
Function CreateDefaultEntreprise (sid As String, sDB As String) As Integer
Dim Ret%
Dim screa$
Dim sData$
CreateDefaultEntreprise = False
screa = Date$
sData = "INSERT INTO " + sDB + ".dbo.client "
sData = sData + "(creation,maj,codeenseigne,type,raisonsociale,name,"
sData = sData + "prenom,enabled,adresse,adressesuite,cp,ville,email,phone,fax,banque)"
sData = sData + " VALUES('" + screa + "','" + screa + "','" + sid + "','2',"
sData = sData + "'" + TabSQLValue(0, 0) + "','" + TabSQLValue(0, 2) + "','" + TabSQLValue(0, 3)
sData = sData + "','1','" + TabSQLValue(0, 4) + "','" + TabSQLValue(0, 5) + "','"
sData = sData + TabSQLValue(0, 6) + "','" + TabSQLValue(0, 7) + "','" + TabSQLValue(0, 8)
sData = sData + "','" + TabSQLValue(0, 9) + "','" + TabSQLValue(0, 10) + "','" + TabSQLValue(0, 11) + "')"
Ret = pExecute(sData)
If Ret = True Then
CreateDefaultEntreprise = True
End If
End Function
|
| Références XAS.Technology |
| Date , |
| 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 |