Hi, all!
I got the following error when I was using the Component.createImage() method. My code looks like this:
private updateImg() {
Image offScrImg = null;
offScrImg = this.create...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10240138.html
Zones:
JavaDate Answered: 12/07/1999 Rating: 8.2 Views: 0
access database
this is the code
have checked with permissions => given all permissions
works fine in one iis server but in another server where 2 sites are created gives this error
any...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20113561.htm...
Zones:
ASPDate Answered: 05/09/2001 Rating: 7.4 Views: 0
Error Type:
Provider (0x80004005)
Unspecified error
/separate/header.asp, line 34
The code:
set conemail = server.CreateObject("adodb.connection")
conemail.Mode = admodereadwrite
cone...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20178612.htm...
Zones:
ASPDate Answered: 09/23/2001 Rating: 8.8 Views: 0
</body>
<% Dim SQL1
Dim conn1
Dim jobs1
dim rs
set conn1 = server.createobject("ADODB.Connection")
conn1.ConnectionString = "DSN=diary"
conn1.open
SQL1 = "SELECT * FROM diarytable"
Set rs...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20243406.htm...
Zones:
ASPDate Answered: 04/21/2002 Rating: 7.0 Views: 0
I have created a CListCtrl-subclassed control in VC++6/VC++3CE and I cannot add the control to a VB/VBCE application. An Unspecified Error 0X80004005 occurrs, and the control is not added to a for...
http://www.experts-exchange.com/Programming/Processor_Platforms/Q_20370621.html
Zones:
Proce...Date Answered: 02/18/2004 Rating: 7.4 Views: 0
Hello all.
I am receiving this error after running a page, but not right at the beginning. I get this error after about 65 or so Database connections. Most of my connections look like this:
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20375859.htm...
Zones:
ASPDate Answered: 07/19/2003 Rating: 7.4 Views: 0
Using an Access 2000 database, the first time a page is displayed it works correctly. If refreshed immediately, the following error results.
Error Type:
Provider (0x80004005)
Unspecified error...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20408730.htm...
Zones:
ASPDate Answered: 12/02/2002 Rating: 7.0 Views: 0
I'm trying to post an xml document to a asp page. When I try I get an error "Unspecified error". Here is a copy of the code. Any ideas?
Dim oHTTP As MSXML.XMLHTTPRequest
Dim sTmp As String
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20447005.html
Zones:
Visual BasicDate Answered: 07/26/2003 Rating: 8.4 Views: 0
I'm running an applet in IE 5.5, using the JRE coming with
the IE. I got the following error from this line of codes when the width, height are too big - the exact values of
weight and height tha...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20509984.html
Zones:
JavaDate Answered: 10/22/2003 Rating: 8.6 Views: 0
I am trying to attached a file that is currently being stored locally. Please see coding
Dim myMail
Set myMail = CreateObject("CDONTS.NewMail")
myMail.From = lorna.leslie@tfn.com
myMail.To ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20613375.htm...
Zones:
ASPDate Answered: 10/20/2003 Rating: 7.4 Views: 0