Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/02/2004, 07:11
leophp
 
Fecha de Ingreso: julio-2002
Ubicación: stgo rec
Mensajes: 438
Antigüedad: 22 años, 10 meses
Puntos: 3
Hola

Ya para conectarme a un ODBC lo hago de la siguentwe forma

Código PHP:
Set Conn Server.CreateObject("ADODB.Connection")
Conn.Open "nombreODBC"
sSQL "SELECT * FROM tabla"
set RS Conn.Execute(sSQL)
If 
Not RS.EOF Then

End 
if
RS.Close
Set RS 
Nothing
Conn
.Close 
Saludos
Leo
__________________
Saludos
Leo