I have a very specific problem in using the ADODB.Stream object to deliver MS PowerPoint files. NB: This problem has ONLY manifested itself with .PPT files. .DOC, .XLS, .PDF all seem to wor...
Hi,
I am trying to invoke a dll using Server.CreateObject I am getting the following error
GenratePDFstmt(0x800A004B)
Path/File access error
/processTest.asp, line 87
part of the c...
i am viewing the 1st page from asp and upon submit this asp page will generate for me the solution..But if i was to view it from a HTML page as the 1st page n upon clicking submit to post this...
I am trying to UPDATE a table in ORACLE and ASP. But i keep running into problem saying Unique Constraint violation since i am trying to update the PRIMARY Key. What is the right way to UPDATE...
Guys,
I was trying to set the output as a Excel file for a new window which is opened by a javascript showmodaldialogue. But it does not work for me for Response.ContentType = "application/vn...
please read this question goodly
i want send a page to a email address in yahoo
example : test@yahoo.com
then my friend (test@yahoo.com) open your mailbox va open my email and see my page
...
Hi,
I have a form with a textbox that refresh every 30 sec.
As you can see in the following code, the "Apply" link must recall the same page with the textbox value in parameter and write...
I'm trying to install the FDF tool so I can create PDF files. I downloaded the kit from adobe and followed thier instructions.
1) copy the FDFACX.DLL file to the c:\winnt\system32 director...
I want to retrieve XML data from an ASP file that produces the XML. Ultimately, I will process that XML. I tried the following code, using Msxml2.XMLHTTP:
<% '''''''''''''''''''''''''''''...
Lately I have been looking to the "Locale" settings of ASP and databases. I got a bit confused, and I would like some expert input in the issue, and also create a nice PAQ.
I have many poin...
Is there a way to send an attachment when using the mailto HTML operation?
my question is that i have a form when user fills that i have to send a mail that u have been succefull added to friend list and i want to send his username and password and i want to send my ...
When trying to run long running queries, I get this message? I know
it is a timeout error, but i am not sure how to get around it
Microsoft OLE DB Provider for ODB...
<% Set Con=Server.CreateObject("ADODB.Connection")
Con.Provider="oraOLEDB.provider"
Con.Open "Orcl","Scott","Tiger"
Set Rs = Server.CreateObject("ADODB.Recordset")
Rs.Open "Select * from...
Hi,
I am using aspexec.dll to run a dos executable, which uses
odbc to access an SQL server database.
the executable runs, but cannot connect to the odbc, because it runs under the loc...
A popular ASP site 4guysfromrolla uses page extension -
.shtml
Can anyone tell me more about it.
I am trying to reinstall IIS5.0 and I keep getting the message to insert Windows 2000 Server CD for admxprox.dll. It does not exist on that CD. Any ideas? Thanks
<%
'Add a Clustered Column Chart with a legend to the Chartspace
set m_cspace = server.CreateObject("OWC.Chart")
set cht = m_cspace.Charts.Add()
set c = m_cspace.Constants
cht.Type = c.ch...
Hi,
I have two machines and I would like to copy my ODBC Settings (System Data Sources settings in particular) from one machine to another.
I have tried copying my ODBC.INI without luck...
How to resolve the trapable error ASP 0115. I am using ADODB connection to open oracle 7.3 database. thanks
Dear Sir
I have a text File in which user name password and links to file are stored.I have not written these
all fields in one line.i have specified a line end mark like #@.I want My pro...
how to open excel and powerpoint document?? and save it as .html
I want to introduce delay in ASP page. The actual requirment goes like this... My site should send mail to n mail IDs per x minutes. So I will have to pump out n mails at a time and wait for x...
HI,
I am new in using Stored Procedure and would like to boost the speed of my code.
I got a table like
TABLE Product
1. Q123
2. Q234
3. H456
4. H653
and for each item it will ...
newbie needs help here. I'm thinking of using the dictionary object in my ASP Classic/VBscript web-site since it has a bunch of nice abilities. However can someone tell me if it uses cookies a...