Welcome Guest, Not a member yet? Register   Sign In
firebird insert_batch
#1
Sad 

Good day,

Is there anyone who encountered the insert_batch for firebird database.
the insert_batch errors. i think it is in the syntax of mysql and firebird are different for multiple insertion.
in mysql we use insert into table_name(columns) values (values), (values)
while in firebird uses insert into table_name(columns) values(values); insert into table_name(columns) values (values);
something like that.
i hope anyone could help me.
i dont like to iterate all the array.

thanks
Reply
#2

Firebird simply doesn't support this.

https://github.com/bcit-ci/CodeIgniter/c...b4f0e9dc4c
Reply




Theme © iAndrew 2016 - Forum software by © MyBB