PHP Mssql_connect(): Échec De Connexion
Jul 20, 2005
Bonjour,
Je viens d'installer SQL Server 2000 Dev edition.
J'ai créé des connexions sécurisées SQL Server et pourtant lorsque
j'essaie de me connecter avec PHP (mssql_connect('localhost', 'uselsC',
'333')) j'obtiens cette erreur:
Échec de la connexion de l'utilisateur 'uselsC'. Raison : Non associé à
une connexion sécurisée SQL Server.
Malgré mes recherches je ne parviens pas à élucider ce problème.
Toute aide sera la bienvenue :)
Merci.
--
Posted via http://dbforums.com
View 2 Replies
Dec 7, 2003
Impossible to connect to my mssql 2000 database
web.config connexion string >>>
<add key="DataSourceSql" value="Initial Catalog=angiras;Data Source=localhost;Uid=sa;Pwd=;" />
or
<add key="DataSourceSql" value="Initial Catalog=angiras;Data Source=localhost;" />
connexion code >>>
Private ConnexionSQL As SqlConnection
Public Sub OpenConnexionSQL()
ConnexionSQL = New SqlConnection(ConfigurationSettings.AppSettings("DataSourceSql").ToString)
ConnexionSQL.Open()
End Sub
when I try >>>
OpenConnexionSQL
I get an error
any idea ?
thank you
View 1 Replies
View Related
Dec 18, 2003
I know this is not a question about .NET, but I was wondering if it was possible for a MSDE database to receive a connection from another server ?
Jeff
View 1 Replies
View Related
May 17, 2004
From the system table sysprocesses, how to do in order to extract
the SQL command related to the processes ?
What are system views/tables, scripts used to monitor and obtain more information
about processes, connexions... ?
View 2 Replies
View Related
Apr 21, 2008
Hello,
Here's my problem :
I have several packages, one parents and several childs.
I want to define just one connexion for all theses packages, so I used a Data source. But I had several problem with that object.
So I'm looking for the best way to define one working database connexion for all my packages.
Can someone help me ?
Thanks in advance.
View 2 Replies
View Related
Feb 15, 2008
Hi,
In an HTTP connexion manager, is it possible to passe the server URL as a variable
thank you
View 1 Replies
View Related