Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/01/2007, 13:37
Stream
 
Fecha de Ingreso: mayo-2004
Ubicación: Guadalajara, Jalisco, México
Mensajes: 724
Antigüedad: 20 años, 8 meses
Puntos: 6
Re: Ayuda Consulta SQL

Dim SQL As String = ""
Dim IndexMex As Integer = 5
SQL = "select sum(Total) from Llamadas_Local where Fecha Between 01/{0}/2007 and 30/{0}/2007"
SQL = String.Format(SQL, IndexMex)