Re: Requirements to Run ADO.NET Application



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@xxxxxxxxxxxxxxxx
Jonathan,

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




.



Relevant Pages

  • Re: Requirements to Run ADO.NET Application
    ... you're saying the OleDbConnection string posted below may not work on all computers with the .NET framework installed? ... Take note that JET driver is installed with MDAC ... JET driver was pulled out of MDAC for a while and thus it isn't guaranteed to be available. ... Here is an example of a connection string to connect to an Access mdb ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: "No such interface supported" error on Catalog.Create and Connection.Open
    ... I believe your problem is not MDAC, ... search on access jet driver odbcjt32.dll. ... I have a problem with an app using ADO and ADOX to access MDB files using ... When trying to open an existing DB (named OldDB). ...
    (microsoft.public.data.ado)
  • Re: Access to MDBs
    ... And is there a way to do this but not have to install the ... H-U-G-E MDAC? ... I have been using the Jet driver under OleDbAdapter but I ... supporting Jet drivers in MDAC 2.6 and later. ...
    (microsoft.public.dotnet.languages.vb)
  • Access to MDBs
    ... What is the best way to get data from an MDB ... H-U-G-E MDAC? ... I have been using the Jet driver under OleDbAdapter but I ... supporting Jet drivers in MDAC 2.6 and later. ...
    (microsoft.public.dotnet.languages.vb)

Loading