How to prevent connection string from user?

From: KPH (KPH_at_discussions.microsoft.com)
Date: 08/23/04


Date: Mon, 23 Aug 2004 02:53:02 -0700

Hi all,

I 'm developing VB .NET application that access MSDE or SQL server. When I
need to access DB, I directly send connection string to DB then another user
can filter my account and password.
Our program use SQL Mix Mode authentication that can use both Windows
authentication and SLQ authentication log on.
I would like to prevent my account and password when I use SQL
authentication log on.

How possible is it?

Cheer,
KPH