I have two databases running off of the same site, and i need to use two global.asa's. since this is not possible, can I put both connections in one file? I did try just merging the two and that did not work, is there another way to do this? bb
Okay, the Javascript I am posting is HORENDOUSLY LONG because it is checking for many things within the date, but the issue is this: When I put a date in the date field that falls within the min/max year, it submits fine, but it pops up the box sayin "you need to enter the day in dd...
I have this code for my buttons:
<FORM ACTION="ReportData_test2.asp" METHOD="POST" NAME="RW">
<INPUT TYPE="hidden" NAME="PageNo" VALUE="1">
<FONT FACE="Verdana, Arial, Helvetica, Sans Serif" SIZE="2">
<INPUT...
I would like to be able to add on specific headers, that are choosen prior to the search results being given; here is my paging results code AND FOLLOWING IS HOW I AM SPECIFYING HEADERS...andy suggestions on how to intergrate?:
Do While Not rs.EOF
If j > 20 Then
' -- Output a new table for...
I am trying to set up a DTS package to run every day. What needs to happen is it need to check on table for any updated records with an AGENCY_ID of 6 from the REPORT TALBE against TEMP table. If the LASTUPDATE fields do not match, then a new copy of the record needs to be appended to the TEMP...
I have been trying this statement:
SELECT * FROM REPORT
WHERE AGENCY_ID = 6
From ther I want to input into a duplicate table.
How can I do this? I have tried several ways...but no luck.
Thanks! bb
When I click on the links for any of the pages, instead of going to the next recordset, it requeries the entire database which is over 15000 records. It does not carry over to teh next 10 results.
This is the code on the page.
<%@ LANGUAGE="VBSCRIPT" %>
<% 'Option Explicit %>
<%...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.