ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 14th, 2003, 05:59 AM
madhouse madhouse is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 57 madhouse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 16 m 49 sec
Reputation Power: 6
Getting a (0x80004005) Unspecified error...but not always!!

I have a problem which is doing my head in. Basically I have 2 pages which use the same connection to open the database and an SQL statement to select records from 2 different tables. The code for the first page is as follows:

Set oConn = AdMentor_DBOpenConnection()
Set oRS = oConn.Execute("select farmid, name, description from bannerfarm")


This works fine and I'm able to retrieve the values from table 'bannerfarm'.

The code for the second page is as follows:

Set oConn = AdMentor_DBOpenConnection()
Set oRS = oConn.Execute("select zoneid, zonename, descr from zone")


It uses the same method to open a connection to the database and an SQL statement to get the records. However, on this page I'm getting the (0x80004005) Unspecified error and I can't work out why. I have tried the SQL statement directly within Access and it works fine, so why do I get this error within the ASP page??

Here is the code for the actual connection to the database:

g_Admentor_strConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & request.servervariables("APPL_PHYSICAL_PATH") & "database\ad2000.mdb;Persist Security Info=False"

Function AdMentor_DBOpenConnection()
Dim oConn

Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open g_AdMentor_strConnect
Set AdMentor_DBOpenConnection = oConn
End Function


I added a Response.Write(oConn.State) to both pages and on both pages the result was '1', so I'm presuming the connection to the database is being opened. If so, I'm even more preplexed cause it can only mean the problem is with the SQL statement!!

Has anyone got any idea what the problem is?

Last edited by madhouse : December 14th, 2003 at 06:41 AM.

Reply With Quote
  #2  
Old December 14th, 2003, 10:39 AM
madhouse madhouse is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 57 madhouse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 16 m 49 sec
Reputation Power: 6
Ok....this gets even more strange by the minute.

After trying all sorts of things I converted the database to 97 format and changed the connection string to...

g_Admentor_strConnect = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ="& Server.MapPath("/database/ad2000.mdb")

.....and everything is now working fine!!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > Getting a (0x80004005) Unspecified error...but not always!!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT