Visualizzazione dei risultati da 1 a 4 su 4
  1. #1
    Utente di HTML.it L'avatar di whois
    Registrato dal
    Jan 2001
    Messaggi
    128

    Unterminated string constant

    questo è l'errore
    Unterminated string constant
    su questa riga
    rs.Open "select * from virus where id ="&id1", conn


    dove sbaglio?

  2. #2
    Devi togliere le virgolette dopo id1

  3. #3
    Utente di HTML.it L'avatar di whois
    Registrato dal
    Jan 2001
    Messaggi
    128
    fatto ma ora genera questo errore
    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

    [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'id =2 target='.

    /virusalert/scheda.asp, line 86


    sulla riga stessa riga
    rs.Open "select * from virus where id ="&id1, conn

    anche se l'errore fa riferimento ad una riga di una funzione inclusa
    Function StampaVirus(byRef Conn)
    Dim rs
    Set Rs = Conn.Execute("select TOP 1 * ,Link from virus order by id DESC")
    Do while NOT RS.EOF
    Response.Write "" & rs("link") & "
    "
    RS.MoveNext
    Loop
    RS.Close
    Set RS = Nothing
    End Function

  4. #4
    evidentemente nella variabile id1, c'è qualcosa che non va.
    EX Mentecatto - succube della Honda
    Le mie foto|HONDA CLUB ITALIA!|DARTH LEGNANZ!

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.