ciao, stavo provando aspBB.... :master:

dopo aver corretto le path ricevo questo errrore quando provo a postare:

codice:
Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/forum/submit.asp, line 37

le righe in questione sono queste:

codice:
sqlstring = "INSERT INTO board ( [date], topic, name, email, http, body )  " &_ 
 "values ( # " &now()& " #, ' " &topic& " ' ,  ' " &name& " ' ,  ' " &email& " ', ' " &http& " ' , ' " &body& " ')" 
conn.Execute(sqlstring)