Re: LibCurl 4 and SQLite 3 wrappers
- Posted by jimcbrown (admin) Sep 01, 2019
- 1155 views
petelomax said...
You're not wrong, my bad! How about this: while bind_double() will do only one atom, bind_blob() can do several hundred or more in one go?
Ah! Makes perfect sense now.
petelomax said...
I have also just remembered a case where there were 72 meter readings per day, and needing 72 unique column names was quite the pita (a1..24, b1..24, and c1..24, or somesuch).
Sounds awful. bind_blob() sounds much better.