|
Subject:
|
Trying to find the Microsoft JET OLEDB download
|
|
Posted By:
|
marthaj
|
Post Date:
|
8/16/2003 5:59:57 AM
|
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??
|
|
Reply By:
|
KenSchaefer
|
Reply Date:
|
8/20/2003 1:55:12 AM
|
Download Jet Service Pack 7 from: http://support.microsoft.com/?id=239114
Cheers Ken
www.adOpenStatic.com
|
|
Reply By:
|
marthaj
|
Reply Date:
|
8/20/2003 7:31:40 AM
|
Thanks Ken !! You are a rock !! looked and looked but couldn't see the forest for the trees! Boy was I getting annoyed !! :-)
|
|
Reply By:
|
DaveGerard
|
Reply Date:
|
9/23/2003 11:53:00 PM
|
And for the other viewers...
conn = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("../whatever.mdb")
|