<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_radiovenere_STRING Recordset1.Source = "SELECT * FROM PRIMO_ULTIMO" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <% set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = "dsn=radiovenere;" Recordset2.Source = "SELECT * FROM CLASSIFICA_RB ORDER BY POSIZIONE ASC" Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 3 Recordset2.Open Recordset2_numRows = 0 %> Radio Venere - The Only One
 
   
Scrivici
 
     

 

 

 

 

 

Per maggiori informazioni:

info@radiovenere.com

diretta@radiovenere.com

 

 

 
 
Idea Web
<% Recordset1.Close() %>