... ma perchè poi se faccio:
codice:
identity=Cstr(idutente)
Dim conn
Set conn=Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath("mdb-databases/prospect.mdb")
sql="select * from messaggistica_destinatari where iddestinatari IN ('"&identity&"')"
Set rec = Server.CreateObject("ADODB.Recordset")
Set Rec=Conn.Execute(SQL)
e nella tabella in questione ho:
iddestinatari
3, 4, 7, 11, 13
2, 3, 4, 5, 6, 7
2, 3, 4, 5, 6, 7
1, 3, 4, 5, 6, 7
1, 3, 4, 5, 6, 7
1, 3, 4, 5, 6, 7
dove identity = 1 non ottengo nulla?