Answer the question
In order to leave comments, you need to log in
Why is the emoji string not being added to MS-SQL via Yii2?
There is a code that fails with an error - General error: 102 General SQL Server error: Check messages from the SQL Server [102] (severity 15)
$connection = Yii::$app->getDb();
$command = $connection->createCommand("INSERT INTO [example] ([title]) VALUES (N' Эмоджи')");
$command->execute();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question