Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access ASP
|
Access ASP Using ASP with Microsoft Access databases. For Access questions not specific to ASP, please use the Access forum. For more ASP forums, please see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2004, 04:49 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with SQL (MS-Access) and ASP

Just builded a new IIS6-server and now moving some of the websites on this one. But now I'm running into problems

The old server is a IIS6 aswell, which is why I'm confused.

When I try to do this:

Code:
set rsWeek = server.createobject("adodb.recordset")
SQLGetWeek = "SELECT * FROM TblUger ORDER BY STARTDATO"
rsWeek.open SQLGetWeek, conn, 3,3
I'm getting this error :

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC Microsoft Access Driver] Unknown

But when I remove the ORDER BY STARTDATO it runs fine. The same problem goes for my WHERE-clause?

Any idea why?

 
Old August 11th, 2004, 06:43 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 308
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Are you sure that there's a field called STARTDATO in the table?

I am a loud man with a very large hat. This means I am in charge
 
Old August 12th, 2004, 01:22 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes, the exact same files work execellent on another server.

 
Old August 13th, 2004, 05:27 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Check out this link - 80040e14

BTW, what are the other column names in that table? Can you list out those names here.

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old August 14th, 2004, 08:11 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I believe there is something wrong with the driver for MDB-files. MS Access 2000 SP3 doesn't work either, so I'll try at reinstall the Office 2000 package and hope for the best.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Database migration MS Access 2003 to MS SQL 2000 ayazhoda SQL Server 2000 3 April 23rd, 2007 11:38 AM
convert a SQL Statement from MS Access to a SQL Corey Access 6 March 28th, 2007 12:33 PM
MS ACCESS 2003 FRONTEND AND MS SQL SERVER 2005 DB mohankumar0709 SQL Server 2005 3 March 23rd, 2007 12:48 AM
Access issues with ASP and a MS Access Database rj_conceptsnrec.com Classic ASP Databases 2 May 19th, 2005 12:44 PM
MS Access Query using sql/asp redhorse SQL Language 8 March 17th, 2004 05:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.