Ciao,

Utilizzando Sun Java System Active Server Pages 4.0.2 (formerly Sun ONE/Chili!Soft ASP)
e questo codice


<%
Set conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")

StringaSQL = "select * from manif WHERE (MONTH (data) BETWEEN 01 And 04 OR MONTH (data) BETWEEN 09 And 12) order by data asc"

conn.Open "prova"
rs.Open StringaSQL, conn,3,3


ottengo questo errore


HTTP Error 507
507 Unexpected

The Web server encountered an unexpected error while communicating with the ASP service.

Please contact the server's administrator if this problem persists.


...a cosa è dovuto ?

Grazie