% strAccessLevel = session("AccessLevel") strUserName2 = session("UserName") ' Create a recordset object to store specific table information Set objrs = Server.CreateObject("ADODB.Recordset") if strAccessLevel = "1" then 'Establish what records you want selected for the SQL query string SQL = "Select * From Clients order by BannerName" else SQL = "Select * From Clients where (UserName = '" + strUserName2 + "') order by BannerName" end if 'Set the recordset object equal to the SQL query string objrs.Open SQL, objADO, 1, 3 %>
VIEW RUNNING BANNER STATISTICS
All running banner statistics are located below.
|
|
| Impressions Purchased | Impressions Used | Impressions Remaining | Click-thru's | Click-thru Ratio |
| <%=ImpPur%> | <%=ImpNow%> | <%=ImpLeft%> | <%=ClicksNow%> | <%=DoRatio%> |
|
|
|
|