1 2 3 4 5 6 7
|
monRecordset.Open " INSERT INTO DR ([Code_DR],[Libellé],[N° DR],[Connexion Depl / Prog],[ND Con],[Ip Con],Debit,[Cablage depl/Prog] " & _
" [Equipt Réseau],[Nbre Pc Act],[Nbre pc Cible],Observation) " & _
" VALUES ( '" & txtCode.Text & "','" & txtLibellé.Text & "','" & txtNDR.Text & "','" & chkConnexion & "','" & txtNDCon.Text & "', " & _
" '" & txtIpCon.Text & "','" & txtDebit.Text & "','" & chkCablage & "','" & txtEquiptRéseau.Text & "','" & txtNbrePcAct.Text & "', " & _
" '" & txtNbrepcCible.Text & "','" & txtObservation.Text & "') ", maConnexion |
Partager