J
|
Jane 3/21/2008 |
Roberto, '** Insert a record into another table **** strSQLInsert = "insert into access_log (remote_ip) values (" strSQLInsert = strSQLInsert & "'" & Request.ServerVariables("remote_addr") & "')" Response.Write strSQLInsert dbConnection.Execute strSQLInsert |