Hi,
I have a quick question about the udl file.
How to use it in a project ?
I ve created one, but I don't know where to put it and how to replace my
current connection string with it ?
Thks

Stan

Re: Udl File How to use it by Miha

Miha
Fri Nov 21 08:56:27 CST 2003

Hi Stan,

Try this:
oleDbConnection1.ConnectionString = "File Name=test.udl";

BTW, it is better to provide connection string by yourself because of
security (udl stores password in clear text) and beacuse it is faster.


--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

"Stan Sainte-Rose" <stan@cyber972.com> wrote in message
news:Ouws92DsDHA.560@TK2MSFTNGP11.phx.gbl...
> Hi,
> I have a quick question about the udl file.
> How to use it in a project ?
> I ve created one, but I don't know where to put it and how to replace my
> current connection string with it ?
> Thks
>
> Stan
>
>



Re: Udl File How to use it by Stan

Stan
Fri Nov 21 08:58:56 CST 2003

It's okay.. I found the hint..

Stan



"Stan Sainte-Rose" <stan@cyber972.com> a écrit dans le message de
news:Ouws92DsDHA.560@TK2MSFTNGP11.phx.gbl...
> Hi,
> I have a quick question about the udl file.
> How to use it in a project ?
> I ve created one, but I don't know where to put it and how to replace my
> current connection string with it ?
> Thks
>
> Stan
>
>