I am trying to run a conditional SQL statement to append info from one table to another where the Date in the DateField is >Todays but <Today+7.
I am using getdate() but i keep getting this...
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/asp/article.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
...
Hi,
I actually have a close button, where when i click, the window should close. However, this is what i have:
<INPUT type="submit" value="Close" name=Submit onclick="window.close()">
...
I use the following VBScript function to read data from Excel.
It works fine, but I have to specify the spreadsheet name (sSQL = "SELECT * FROM [" & sSheetName & "$]").
Is there a way to re...
I have ported my access db to sql server 6.5 .... now I get this message when I try to add a record ...
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL ...
OK, again - we've just converted from IIS5 to IIS6, and this form used to work. The error message is above, and - since the error is listed on line 0 - I'm assuming the problem is in the firs...
Hello,
I am trying to migrate some scripts written in PHP to ASP.NET and am looking for the most efficient way to make a database connection. The code below is what I am currently using, but ...
I am using ADODB Stream to display a PDF from a secure site to the browser. The pdf will open on some machines, but not others. Both are running Windows XP pro, and IE 6.0 The error I recie...
Hello,
All of a sudden, I am getting the error below on this line of code: SET acc = Server.CreateObject("Access.Application")
Server object error 'ASP 0177 : 8000401a'
Server.Crea...
When I use this command:
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
I am unable to retrieve results with this:
Set xmlData = xml.responseXML
So I tried it with remov...
I Need help with ASP troubles
I had working website, but now I have upgraded it to a new server running windows 2003 64bit and it no longer works.
Here is the error message:
ADODB.Conne...
I'm trying to connect to oracle using the following syntax.
ConnStr = "driver={Microsoft ODBC for Oracle}; server=test.world; uid=dmsusr; pwd=dmspwd"
Set Conn = Server.CreateObject("ADOD...
Need help using cmd to execute and display an application. I have tried Aspexec, but apparently in windows 2k sp5 it does not work, I can see the processes running in the background but can ne...
Hi. I have a page that sends information to the back end of our system.
If the back end is down I would like it to store the information in a database.
Is there a way to use "on error...
Below is the error I'm getting. I'm trying to install a script called BlogX. If I comment out the declaration, it then says the variable is undefined, so I know it's not ACTUALLY being redef...
I have an excel file in the following format:
ColumnName
_____________
TEST
TEST05
11TEST02
123455
98666
VALUE09
I need to use VBScript to read the data from the file into an ar...
Hello Experts,
I am getting a problem to include a text file in a webpage in asp. i dont know if there is a problem with the server or with the codes..
Here are the codes:
<%
Di...
I have the following code which pulls links from a database and displays them with month and day descending...grouped by month. The output looks something like this
December
2003-12-11
...
I am having a tough time getting started using OWC. Maybe because MS didn't provide any documentation...
I have found out how to dynamically create a spreadsheet:
Add a reference to OWC1...
Hi,
I have two dropdown box one is for the region and one for the area in the region.
when the user select from the region dropdown box it should populate the area dropdown box based on t...
When I try to do an AD lookup I get the error:
Provider error '80040e37'
Table does not exist.
If I access the page from the server it works just fine, but if I access it from a clien...
bodyTxt = "<span>You have just received an email from security.<br> <a href='http://registration/se/Rest.asp?var=" & request.form("id") & "&email=" & email & "'>Please click here.</a></span>"
...
I'm using XMl Dom parser with VB script in my program. I don't want my users to get the message "This page is accessing information that is not under its control. This poses a security risk. D...
Hi,
I am working on ASP project
I have a string below
I wanted to remove all the text after the last string "\" and "\" this also get deleted.
For Example if string has text
...
I keep getting this error:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[string: ""]'
Here is the code:
sCurrentYear = Year(date())
Y1=sCurrentYear
Y2=Y1 + 1
Y...