C
|
chris 11/6/2006 |
Depends on what system you are using, additional information will be needed. |
![]() |
Sergey Kornilov admin 11/6/2006 |
Emilio, Request.ServerVariables("remote_addr") |
E
|
ebolisa author 11/6/2006 |
Thank you Sergey. |
J
|
Jane 11/7/2006 |
Here is a correct SQL: strSQLInsert = "insert into dbo.logger (ipadd) values ('" & Request.ServerVariables("remote_addr") & "')" |