Hi, thanks for your answer, but I dont think I understand what you point at.

Zend_Db_Adapter_Abstract have query method which I use as shown in prev
email. In that method, if you look at the source code, it do:

$stmt = $this->prepare($sql);
$stmt->execute($bind);

Can you give me example how you men to do it?

Again, I'm doing it lke this:

$zdb->query('INSERT INTO `Content` (`FeedId`, `ContentValue`) VALUES '
(...), (...) ...);

Regards,
Saša Stamenković
-- 
View this message in context: 
http://www.nabble.com/Zend_Db-and-very-strange-problem-with-executing-bulk-insert-query-tp24226472p24231445.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to