problemino....
siamo alla pagina2.asp dove dovevo inserire questa select che mi è stata indicata:
codice:
select * from tabella where campo NOT = (select max(camponumerico) from tabella)"
e che io ho giustamente inserito come:
codice:
mySqlSelect = "select * from edizioni where Numeroed NOT = (select max(numeroed) from edizioni) order by numeroed"
ebbene ecco l'errore catastrofico....
codice:
Microsoft JET Database Engine error '80040e14'
Syntax error in query expression 'Numeroed NOT = (select max(numeroed) from edizioni)'.
/striscia_archivio.asp, line 490
dove la liea 490 è:
codice:
myRSComS.Open mySqlSelect, myConn
che accidenti c'è che non va...?
grazie