|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
IIS ODBC logging problem |
From: |
sridhar konkala |
Date: |
8/28/2000 3:07:15 PM |
IP: |
12.34.128.226 |
Hi Guys,
I did the settings for in iis/default web site properties for active log format. I mentioned
dsn name(which is same dsn I am using in my site it is working fine), i created table
iislog and i am using ORACLE database
SQL> desc iislog;
Name Null? Type
------------------------------- -------- ----
CLIENTHOST VARCHAR2(255)
CLIENTNAME VARCHAR2(255)
LOGTIME DATE
SERVICE VARCHAR2(255)
MACHINE VARCHAR2(255)
SERVERIP VARCHAR2(50)
PROCESSINGTIME NUMBER(4)
BYTESRECVD NUMBER(4)
BYTESSENT NUMBER(4)
SERVICESTATUS NUMBER(4)
WIN32STATUS NUMBER(4)
OPERATION VARCHAR2(255)
TARGET VARCHAR2(255)
PARAMETERS VARCHAR2(255)
the user name,password is which is same as Oracle user name and password.
When i browse values are not entering into the table. If i set the active log format for w3c
extended text log format values are entering perfectly in to the notepad. can any body help for
this problem.
|
|
|
|
|
|
|
|
|
|
|
|
|