Re: Database Lookup Functoid Access Connection String
From: Jan Eliasen (spam_at_eliasen.dk)
Date: 06/22/04
- Next message: Jan Eliasen: "Re: XML File to Update SQL server"
- Previous message: Jan Eliasen: "Re: BIZTALK 2004 Wishlist"
- In reply to: ktz4: "Re: Database Lookup Functoid Access Connection String"
- Next in thread: ktz4: "Re: Database Lookup Functoid Access Connection String"
- Reply: ktz4: "Re: Database Lookup Functoid Access Connection String"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Jun 2021 08:41:45 +0200
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: Jan Eliasen: "Re: XML File to Update SQL server"
- Previous message: Jan Eliasen: "Re: BIZTALK 2004 Wishlist"
- In reply to: ktz4: "Re: Database Lookup Functoid Access Connection String"
- Next in thread: ktz4: "Re: Database Lookup Functoid Access Connection String"
- Reply: ktz4: "Re: Database Lookup Functoid Access Connection String"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|