|
||||
Ouverture de sessionNavigationContactez-nousAdministration du site : RechercheSujets du forumSujets actifsNouveaux sujets:SyndicationSondageQuelle est la version de PostgreSQL la plus répandue sur vos serveurs ? 8.3 10% 8.2 42% 8.1 40% 8.0 2% 7.4 6% 7.3 ou antérieure 0% Nombre de votes: 48 |
Procédure stockées avec VBATechnique - odbc | Procédure stockées avec VBAPar loic911 le 21/03/2007 - 18:39 Bonjour, J'ai une procédure stockée PL/PGSQL INSERT INTO "PLANS"(ID,NOM, WIDTHSVG,HEIGHTSVG,STARTX,STARTY,WIDTHDRAW,HEIGHTDRAW,SITE,BATIMENT,ETAGE,METIER) VALUES (vId,pNom, pWSVG, pHSVG,pSX, pSY, pWD,pHD,vSite,vBat,vEtage,pMetier); J'essaye de l'appeler depuis un code VBA: Dim cmd As New ADODB.Command cmd.ActiveConnection = cnxPost Dim str As String 'SELECT _insertInfos ('tada', 43, 34,65, 34, 33,23,'batiment') cmd.CommandText = "Select _insertInfos(?,?,?,?,?,?,?,?)" cmd.Parameters.Append cmd.CreateParameter("pNom", adVarChar, , 50, pNom) cmd.Execute Set cmd = Nothing Mais j'obtiens le message d'erreur suivant: "ERROR: function _insertinfos(name,integer,integer,integer,integer,integer,integer,name Je trouve aucun exemple d'appel de procédure PL/PGSQL depuis du code VBA! Helpppp! ;o) |
|||
© PostgreSQLFr, tous droits réservés.
Site déclaré à la CNIL sous le numéro 1074678, conformément à la Loi en vigueur.