Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Type mismatch

  1. #1

    Type mismatch

    Perchè questo code:
    codice:
    SQLQuery = "select * From RSist WHERE ID_PAU = "& PAU &" "
    Set RECQ = ConnDown.Execute(SQLQuery)
    
    if not RECQ.eof then
    While Not RECQ
    
    RECQ.movenext 
    wend
    end if
    RECQ.Close
    Set RECQ = Nothing
    restituisce quest'errore???:
    Microsoft VBScript runtime error '800a000d'

    Type mismatch

    /interr.asp, line 599
    line 599 While Not RECQ


  2. #2
    Trovato... scusate...
    codice:
    While Not RECQ.eof

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.