Re: Requirements to Run ADO.NET Application



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: SQL Server 2005 Express connection error?
    ... Forgot to undo hardcoding of the provider and ... ended up doing to solve the problem is change the connection string to ... Kerry Moorman wrote: ... Hard-code the provider and connection string and see if that works. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Structure ?
    ... Kerry Moorman wrote: ... One reference is under "structures [.Net Framework] and is titled "design guidelines". ... So I guess this developer's guide is somehow part of the online documentation. ...
    (microsoft.public.dotnet.languages.vb)