Re: Database Lookup Functoid Access Connection String
From: ktz4 (ktz4_at_discussions.microsoft.com)
Date: 06/29/04
- Next message: Michael: "BizTalk 2002 - XML Declaration - Unicode"
- Previous message: Kevinwill: "variables in mapping?"
- In reply to: Jan Eliasen: "Re: Database Lookup Functoid Access Connection String"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 29 Jun 2021 13:12:01 -0700
Thanks! I finally got it with: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Directory\dbname.mdb;Persist Security Info=False
"Jan Eliasen" wrote:
> Hi
>
> Well, try removing some part of the string I suggested?
>
> For instance, try removing "Persist Security Info=False" or something.
> See if that will work - perhaps one of the others.
>
> Jan Eliasen
>
> On Mon, 21 Jun 2021 11:26:01 -0700, "ktz4"
> <ktz4@discussions.microsoft.com> wrote:
>
> >This works great with SQL, but I'm trying to connect to a Microsoft Access database. Any other ideas?
> >
> >"Jan Eliasen" wrote:
> >
> >> Hi. Try with
> >> Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security
> >> Info=False;Initial Catalog=<database>;Data Source=<db-server>
> >>
> >> Replace the strings in brackets with something useful. The above
> >> connectionstring is for integrated security and not username/password.
> >>
> >> Jan Eliasen.
> >>
> >> On Mon, 14 Jun 2021 12:39:01 -0700, "ktz4"
> >> <ktz4@discussions.microsoft.com> wrote:
> >>
> >> >I have tried the following and these are the results I get:
> >> >
> >> >Provider=MSDASQL.1;Data Source = DataSourceName
> >> >
> >> >The .Net Framework Data Provider for OLEDB (System.Data.OleDb) does not support the Microsoft OLE DB Provider for ODBC Drivers (MSDASQL). Use the .Net Framework Data Provider for ODBC (System.Data.Odbc).
> >> >-------------------------------------------------------------
> >> >Provider=ODBC;Data Source = DataSourceName
> >> >
> >> >The 'ODBC' provider is not registered on the local machine.
> >> >-------------------------------------------------------------
> >> >Provider=SQLOLEDB.1;Data Source = DataSourceName
> >> >
> >> >Invaild authorization specification
> >> >------------------------------------------------------------- The DSN is configured to use the Microsoft Access Driver (*.mdb). Any ideas would be greatly appreciated.
> >> >
> >> >
> >> >
> >> >
> >> >"Scott White" wrote:
> >> >
> >> >> Try
> >> >>
> >> >> provider=SQLOLEDB.1
> >> >>
> >> >> "Ktz4" wrote:
> >> >>
> >> >> > In Biztalk 2002 we are performing a Database lookup functoid using Provider=MSDASQL.1. When I try to use the same provider in Biztalk 2004 system.data does not support it. Any ideas?
> >> >> >
> >>
> >> --
> >> Jan Eliasen, representing himself and not the company he works for.
> >>
>
> --
> Jan Eliasen, representing himself and not the company he works for.
>
- Next message: Michael: "BizTalk 2002 - XML Declaration - Unicode"
- Previous message: Kevinwill: "variables in mapping?"
- In reply to: Jan Eliasen: "Re: Database Lookup Functoid Access Connection String"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|