Frågan#1
Vad betyder detta meddelande? Har aldrig stött på det innan:
Microsoft][ODBC Microsoft Access Driver] Selected collating sequence not supported by the operating system.
TilldelatID = Request.QueryString("TilldelatId")
Conn_String = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("db.mdb")
set conn = Server.CreateObject("ADODB.Connection")
conn.open Conn_String
Set RS = conn.Execute("select * from infot where tilldelatID =" & tilldelatID)
hit=cInt(rs("Hitin"))+1
Set RS2 = conn.Execute("UPDATE infot SET Hit = " & hit & ", incdate =#" & now() & "# Where TilldelatID =" & TilldelatID)
Den klagar på rad 10 som är:
Set RS = conn.Execute("select * from infot where TilldelatID =" & TilldelatID)
------------------
Who is General Failure and why is he reading Drive C?
Okänd