Re: Requirements to Run ADO.NET Application
- From: "Miha Markic" <miha at rthand com>
- Date: Wed, 12 Sep 2007 17:08:19 +0200
Jonathan,
Take note that JET driver (Access) is installed with MDAC (which is installed along .net, too).
However, JET driver was pulled out of MDAC for a while (now it is back in) and thus it isn't guaranteed to be available. I don't know which versions are missing the JET out of my head.
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
"Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> wrote in message news:OQjwB4U9HHA.484@xxxxxxxxxxxxxxxxxxxxxxx
If that works with no additional software other than the .NET framework, that is exactly what I'm looking for.
I'll check it out. Thanks.
Jonathan
"Kerry Moorman" <KerryMoorman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:6F761E34-14C8-48C3-87F7-1FC8209067D1@xxxxxxxxxxxxxxxxJonathan,
Here is an example of a connection string to connect to an Access mdb
database file named "myDB.mdb":
Dim cn As New OleDbConnection(("Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=myDB.mdb;"))
Kerry Moorman
"Jonathan Wood" wrote:
Really, I can use an Access database without Access? Where would I find out
about this? Is a connection string still involved? What does it look like?
That's what I'm trying to find out.
Jonathan
.
- Follow-Ups:
- Re: Requirements to Run ADO.NET Application
- From: Jonathan Wood
- Re: Requirements to Run ADO.NET Application
- References:
- Requirements to Run ADO.NET Application
- From: Jonathan Wood
- Re: Requirements to Run ADO.NET Application
- From: William Vaughn
- Re: Requirements to Run ADO.NET Application
- From: Jonathan Wood
- Re: Requirements to Run ADO.NET Application
- From: Jonathan Wood
- Re: Requirements to Run ADO.NET Application
- From: Jonathan Wood
- Re: Requirements to Run ADO.NET Application
- From: Jonathan Wood
- Requirements to Run ADO.NET Application
- Prev by Date: Re: Requirements to Run ADO.NET Application
- Next by Date: Re: Requirements to Run ADO.NET Application
- Previous by thread: Re: Requirements to Run ADO.NET Application
- Next by thread: Re: Requirements to Run ADO.NET Application
- Index(es):
Relevant Pages
|
Loading