Question : Loopback adaptors on routers??i want to know its all benefits/uses

Hi,

If you can think of ultimate or all possible benifits of having loopback adaptors turned on on an router/layer 3 switch how many they can be  if we have to really count all  of them like 1-10 or 1-15 i mean in form of a list?iam pretty eager to know and try all of them in my lab

pls add some details also for  all numbers like 1 , 3, etc.


Thanks++

Answer : Loopback adaptors on routers??i want to know its all benefits/uses

You appear to have the VALUES term appearing twice in your statement - perhaps this is the problem?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
Set MyRecSet1 = MyConn.Execute( _
 "INSERT INTO Inventaire  (Période, No_Bon, Pays, Description_du_produit,Quantité_commandée, Valeur_produit_fini, No_PO_1, Pays_du_brut_1,Composante_1, Quantité_Comp_1 ) VALUES ( '" & _
  Format(Date, "dd mmmm yyyy") & _
  "' , '" & txtNumBon.Text & _
  "' , '" & txtPays.Text & _
  "' , '" & Des_prod.Text & _
  "' , '" & txtQté.Text & _
  "' , '" & lblCoûtInventaire1.Caption & _
  "' , '" & txtPO1.Text & _
  "' , '" & txtBrut1.Text & _
  "' , '" & txtComposante1.Text & _
  "' , '" & txtQté.Text & _
  "' , '" & txtPO2.Text & _
  "' , '" & txtBrut2.Text & _
  "' , '" & txtComposante2.Text & _
  "' , '" & txtQté.Text & "' )")
Random Solutions  
 
programming4us programming4us