% Dim sDatabaseConnection '***************CONEXION EN MODO LOCAL ************************' 'sDatabaseConnection = "DRIVER={MySQL ODBC 3.51 Driver};"_ ' & "SERVER=localhost;"_ ' & "DATABASE=topeuro;"_ ' & "UID=puntogrupal;PWD=puntogrup; OPTION=35;" %>
|
<% if contador=3 then %>
|
|
<% if contador=3 then %>
|
|
<% if contador=3 then %>
|
|
Total: <%=sProjectCount%> |
<% Dim queryPageOn
queryPageOn = Request.QueryString("page")
If NOT isNumeric(queryPageOn) AND NOT sStartQuery = "0" then
queryPageOn = "1"
End If
queryPageOn = CINT(queryPageOn)
Response.Write(sProjectPrev & " ")
'# Create Page Numbers & Links
Dim iPages, iPagesTemp
For iPages=1 to intPages
iPagesTemp = iPages-1
If NOT queryPageOn=iPages then
Response.write "" & iPages & " "
Else
Response.write "[" & iPages & "] "
End If
Next
Response.Write(" "&sProjectNext)
%>
|