We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verificar a codificação dos dados que vem do Banco de Dados e os que vão para o banco.
Especialmente no MS SQL
Está relaciona com o #9
The text was updated successfully, but these errors were encountered:
Arquivo TPDOConnection.php
https://pt.stackoverflow.com/questions/115042/pdo-dblib-e-codificacao-utf-8
http://php.net/manual/pt_BR/ref.pdo-dblib.connection.php
http://wisercoder.com/dblib-sqlserver-connection-string-php/
Sorry, something went wrong.
Arquivo TPDOConnection.php connect linhas 290 a 311
if (PHP_OS == "Linux") { $driver = 'dblib'; self::$dsn = $driver.':version=7.2;charset=UTF-8;host=' . HOST . ';dbname=' . DATABASE . ';port=' . PORT; } else { $driver = 'sqlsrv'; self::$dsn = $driver.':Server=' . HOST . ';Database=' . DATABASE; }
04706e3
No branches or pull requests
Verificar a codificação dos dados que vem do Banco de Dados e os que vão para o banco.
Especialmente no MS SQL
Está relaciona com o #9
The text was updated successfully, but these errors were encountered: