insert_batch() not working completely |
I have two array, one with same keys and second array with different different keys. insert_batch function working fine when keys of array is the same, but not working fine when keys are different. Please check below
1. Array with same keys (insert_batch() working fine) Code: Array All keys of inner array are same in above array of array and insert_batch() is working fine for above array. 2. Array with different-different keys(insert_batch() is not working fine) Code: Array Please check the just above array carefully because some keys are different in this array and insert_batch() is not working for this array. Error shows like below for second array ![]() DB TABLE Structure is given below ![]() Your quick response to this will be highly appreciated. Thanks. |
Messages In This Thread |
insert_batch() not working completely - by krishnadeveloper - 04-11-2017, 10:22 PM
RE: insert_batch() not working completely - by krishnadeveloper - 04-19-2017, 06:06 AM
RE: insert_batch() not working completely - by RBX - 04-19-2017, 08:50 AM
RE: insert_batch() not working completely - by krishnadeveloper - 04-19-2017, 11:49 PM
RE: insert_batch() not working completely - by Martin7483 - 04-20-2017, 01:37 AM
RE: insert_batch() not working completely - by krishnadeveloper - 04-21-2017, 11:12 PM
RE: insert_batch() not working completely - by Martin7483 - 04-24-2017, 08:15 AM
RE: insert_batch() not working completely - by krishnadeveloper - 04-24-2017, 10:57 PM
RE: insert_batch() not working completely - by Martin7483 - 04-25-2017, 06:12 AM
|