Código PHP:
<%
set PanelistaHijoFuturo = Server.CreateObject("ADODB.Recordset")
PanelistaHijoFuturo.ActiveConnection = MM_Gestom_STRING
PanelistaHijoFuturo.Source = "SELECT * FROM PanelistasYEmpresas ORDER BY nombre ASC"
PanelistaHijoFuturo.CursorType = 0
PanelistaHijoFuturo.CursorLocation = 2
PanelistaHijoFuturo.LockType = 3
PanelistaHijoFuturo.Open()
PanelistaHijoFuturo_numRows = 0
%>
Código PHP:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
Dim MM_Gestom_STRING
MM_Gestom_STRING = "dsn=Gestom_aiju;uid=usuario;"
%>
Código PHP:
set conex = server.createobject("ADODB.Connection")
conex.open "Gestom_aiju"
Muchas gracias por adelantado a tod@s, salu2
