Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/06/2005, 11:43
Avatar de TCL_ZIP
TCL_ZIP
 
Fecha de Ingreso: noviembre-2003
Ubicación: Esporles, Mallorca, España
Mensajes: 690
Antigüedad: 21 años, 6 meses
Puntos: 4
mira por ejemplo tengo el: EZGallery
tengo el config.asp:
Código:
<%
baseDir="D:\XVRT\esporlesbc.com\Html\album"
strDir="/album/"
strDBPath="/album/datastores/gallery.mdb"
%>
i el CommonCode.asp
[CODE]
<!-- #include file="config.asp"-->
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0; " & _
"Data Source=" & Server.MapPath(strDBPath) & ";" & _
"User Id=Admin;" & _
"Password="

%>
CODE]