Answer the question
In order to leave comments, you need to log in
How to insert an empty BLOB in Firebird?
Hello!
Strange situation. Yii2 and Firebird 2.5 tools Doing an
INSERT
$query = new Query();
$query->createCommand()
->insert('TB_TALKS', [
'id_talks' => $id_talks,
'id_client' => $id_client,
'talks_date' => "",
'id_contacttype' => "",
'talks_summary' => "",
'next_talk_date' => "",
'id_contact' => "",
'duration' => ""])->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