Two things:
- I don't see were you entered a password for the SA account
- More importantly...NEVER EVER use the SA account for a SQL
connection, you
should create a new user.
"Feras_86" <webforumsuser@macromedia.com> wrote in
message
news:ejerhp$6ge$1@forums.macromedia.com...
> Hello
> I'm try to connect to a SQL database , well the code
line of the
> connection is
> :
>
> Bcon = New sqlConnection("data
source=LABG;uid=sa;pwd=;initial
> catalog=db_Personal")
>
> when i try to open the connection, Dcon.open(), i got
the following error
> :
>
> Login failed for user 'sa'. Reason: Not associated with
a trusted SQL
> Server
> connection.
>
> so can anyone helps me solving this problem?
> thx alot
>
>