You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
locale is "LC_CTYPE=es_MX.UTF-8;LC_NUMERIC=es_BO.UTF-8;LC_TIME=es_BO.UTF-8;LC_COLLATE=es_MX.UTF-8;LC_MONETARY=es_BO.UTF-8;LC_MESSAGES=es_MX.UTF-8;LC_PAPER=es_BO.UTF-8;LC_NAME=es_BO.UTF-8;LC_ADDRESS=es_BO.UTF-8;LC_TELEPHONE=es_BO.UTF-8;LC_MEASUREMENT=es_BO.UTF-8;LC_IDENTIFICATION=es_BO.UTF-8"
locale charset is "UTF-8"
using default charset "UTF-8"
Default database being set to BDRrhh
and i can do querys in php file with mssql_connect('192.168.0.4','username','pword);
but in symfony 2.3 i've got [PDOException] SQLSTATE[01002] Adaptive Server connection failed (severity 9)
please help me.....
The text was updated successfully, but these errors were encountered:
everything works.
I did:
tsql -H 192.168.0.4 -p 1433 -U username -P pword -D BDRrhh
locale is "LC_CTYPE=es_MX.UTF-8;LC_NUMERIC=es_BO.UTF-8;LC_TIME=es_BO.UTF-8;LC_COLLATE=es_MX.UTF-8;LC_MONETARY=es_BO.UTF-8;LC_MESSAGES=es_MX.UTF-8;LC_PAPER=es_BO.UTF-8;LC_NAME=es_BO.UTF-8;LC_ADDRESS=es_BO.UTF-8;LC_TELEPHONE=es_BO.UTF-8;LC_MEASUREMENT=es_BO.UTF-8;LC_IDENTIFICATION=es_BO.UTF-8"
locale charset is "UTF-8"
using default charset "UTF-8"
Default database being set to BDRrhh
and i can do querys in php file with mssql_connect('192.168.0.4','username','pword);
but in symfony 2.3 i've got [PDOException] SQLSTATE[01002] Adaptive Server connection failed (severity 9)
please help me.....
The text was updated successfully, but these errors were encountered: