optime
cosa c'è dio sbagliato in questo _(sono un grafico)_ ?
dataok=date() & " " & time()
sql4= "insert into orders (dfname,dlname,daddress1,dcity,dzip,dcountry,custi d,email,date) values (" & fname & "," & lname & "," & address1 & "," & city & ", "& zip & "," & country & "," & custid & "," & email & ", " & dataok & ")"
db.execute ("sql4")
set rsorder = db.execute("SELECT vId = @@IDENTITY")
idconto = rsorder("vId")
l'errore è:
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/webhalley/siti/itabweb/pro-2/process.asp, line 85