Do not use on any
shared computer
September 8, 2008 04:18am pdt

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP Solutions: 26 - 50 of 2918
 
I am trying to send an email from my .asp page and I am getting this error: CDO.Message.1 error '80040213' The transport failed to connect to the server. .asp, line 232 Line 232 is: ...
Here is the code i have on a page... <% Response.AddHeader "Content-Disposition", "attachment; filename=PressRelease.pdf" Response.ContentType = "application/pdf" Response.Write("I am her...
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...
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...
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...
Hi experts!!! I'am building intranet app based on LDAP database. With exchange experts help I made page that query LDAP, so I have user names, mail, tel. no. . . . I need to query LDAP for ...
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'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...
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 have a dropdown box generated dynamicly from database. I have to display more information on mouse over about product - like tooltip, or new layer with extra info.
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...
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...
Hello Experts, well it seems that i always have errors with SQL Server tabels. ............ Microsoft OLE DB Provider for SQL Server error '80040e2f' Cannot insert the value NULL into...
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'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...
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 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...
Hi there, How can I check if session variable exists in asp, I know how to access it and check its“ contents but not whether it exists or not. Also anybody know if there is an easy way t...
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 ...
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...
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...
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...
Hi, I am very new to ASP and a lot more comfortable with PHP so ASP is seeming rather alien to me! I'm trying to insert one piece of data into an SQL Server 2000 database. Can anyone see...
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...
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 ...