Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: insert_batch() not working completely
Post: RE: insert_batch() not working completely

Thank you so much for your reply. insert_batch() works fine for the array which you have shared, also i have tried earlier as well. But i would like to know the way for how can I use the insert_batch(...
18,045 Views
8 Replies
04-24-2017, 10:57 PM
krishnadeveloper
    Thread: insert_batch() not working completely
Post: RE: insert_batch() not working completely

Martin7483 Wrote: (04-20-2017, 01:37 AM) -- The error is very clear. One of the values your are inserting is an Array and not a string. It literally says that: "Array to string conversion" Mean...
18,045 Views
8 Replies
04-21-2017, 11:12 PM
krishnadeveloper
    Thread: insert_batch() not working completely
Post: RE: insert_batch() not working completely

RBX Wrote: (04-19-2017, 08:50 AM) -- That's expected. Check the MySQL documentation (https://dev.mysql.com/doc/refman/5.5/en/insert.html), you can define columns only once. Code: -- INSERT I...
18,045 Views
8 Replies
04-19-2017, 11:49 PM
krishnadeveloper
    Thread: insert_batch() not working completely
Post: RE: insert_batch() not working completely

Any one have answer?
18,045 Views
8 Replies
04-19-2017, 06:06 AM
krishnadeveloper
    Thread: insert_batch() not working completely
Post: 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. Pl...
18,045 Views
8 Replies
04-11-2017, 10:22 PM
krishnadeveloper

Theme © iAndrew 2016 - Forum software by © MyBB