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 16th, 2003, 05:59 AM
Authorized User
 
Join Date: Jun 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default Trying to find the Microsoft JET OLEDB download

I have been use to creating connection strings for sql.
Now, I need to do one for a web site using Access. I want to use the Microsoft Jet OLEDB providor for Microsoft Access.
I am a tad bit confused as where in the heck this is located.
I have searched and searched the Microsoft sites, find tons of articles about it etc, but where in the world is the link to down it ??
I have looked thru MDAC_TYPE and I see "THIS DOES NOT INCLUDE THE MICROSOFT JET OLEDB"
SO like okay, where do I find it so I can download and so I can install the darn thing??
 
Old August 20th, 2003, 01:55 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Download Jet Service Pack 7 from:
http://support.microsoft.com/?id=239114

Cheers
Ken

www.adOpenStatic.com
 
Old August 20th, 2003, 07:31 AM
Authorized User
 
Join Date: Jun 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Ken !! You are a rock !! looked and looked but couldn't see the forest for the trees! Boy was I getting annoyed !!
:-)


 
Old September 23rd, 2003, 11:53 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Default

And for the other viewers...

conn = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("../whatever.mdb")






Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft.Jet.OLEDB.4.0 not registerd on local m/c raychoudhury BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 0 January 2nd, 2008 02:23 PM
error message - Microsoft.Jet cant find table JezLisle Access VBA 28 July 26th, 2007 11:23 AM
Using Jet OLEDB sureshkumarct Visual C++ 0 May 30th, 2006 02:00 AM
Missing parameter in Jet OLEDB connection OldCoder ASP.NET 1.0 and 1.1 Professional 2 April 21st, 2006 11:29 PM
Need HELP, MS access DB, Jet OLEDB, asp Caley L. Baumgart Classic ASP Databases 7 March 23rd, 2004 11:53 AM





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