First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21
sending mail with images
Hi, I'm using ASP 3 and I send mail with CDONTS.NewMail or CDO.Message. If my mail contains some html code with images like <img src="URL">, OE blocks image's visualization. If i want to avoid this, when i send my mail from OE i flag "send images with message" option. How can i realize this when i send the mail... 10 Dec 2006 16:04
How To Retrieve ADO Recordset from Oracle Function Through ASP?+
I have a lot of Oracle function in packages and i would like use it in my ASP pages. With Oracle procedure it's all right. Sample like this .... set cn = Server.CreateObject("ADODB.Connection") connString = "Provider=MSDAORA.1;Data Source=<>;User ID=<>;Password=<>" cn.Open connString SQL = "{call test.test_asp... 28 Nov 2006 02:04
Error 429 ActiveX component can't create object
Hi, I am recieving error ActiveX component can't create object in the following line in the asp page. set ExcelApp = CreateObject("Excel.Application") Previously this code was working fine. Thanks in advance. ... 27 Nov 2006 01:39
CDONTS or CDOSYS UTF-8 Email
I have a form that needs to handle international characters withing the UTF-8 character set. I have tried all the recommended strategies for getting utf-8 characters from form input to email message and I cannot get it to work. I need to stay with classic asp for this. Here are some things I tried: 'CDONT... 16 Nov 2006 15:03
Unable to connect to SQL Server database.
Hello I am new to ASP and I am using ASP.Net Visual Web Developer Express Edition. I have been following 'How To' videos online and I am currently trying to add Login forms. When I first go to add a Role, by clicking on the ASP.Net Configuration button, then select Security like it shows me in the video, ... 4 Oct 2006 10:31
Display PDF from database without caching
I am trying to display a PDF in the users browser that is pulled from a binary field in our database, and keep that PDF from caching on the client computer. I can successfully pull the PDF and display it using the following code: Response.ContentType = "application/pdf" Response.BinaryWrite objRS("Attachment") ... 5 Oct 2006 18:03
ORA-12154 Error - TNS:could not resolve the connect identifier specified
"CJM" <cjmnews04(a)REMOVEMEyahoo.co.uk> wrote in message news:4nsvg3Fc1fl2U1(a)individual.net... I have a working web application (ASP) which links to an Oracle 10g DB via OO4O. I'm trying to port it to either of two test servers, but in fact, I can't get it to work with either - 'Unable to make connection, ORA... 27 Sep 2006 10:23
runtime error on scripting.filesystemobject
hi all, i have a problem on an asp page , running since 1 year ago, whe try to create a file systemobject using set oFSO = CreateObject("Scripting.FileSystemObject") the error returned is : (0x8002801D) Library not registered IIS 5.1 XP PRO sp2 anyone have the same problem? thanks Max ... 9 Aug 2006 05:06
How to trap error '80072020'
We are using an ASP page to allow our users to update this Active Directory Information. Our testing show that for 90% of the users this works fine but for a small number of users it gives an error '80072020' Is there a way to display a more friendly error message rather than it saying error '80072020' ... 13 Jul 2006 07:25
buffer limit
Here's the error I am getting: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded Execution of the ASP page caused the Response Buffer to exceed its configured limit I then went to aspfaq.com, which told me to add the Response.Clear(), which you'll see below. Since adding this, I get a... 9 Jan 2006 20:39
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21