
On 27-09-2011 12:24:37 +0400, Eugene Prokopiev wrote:
2011/9/27 Fabian Groffen
: Thanks, there are no errors on executing my script but no results to. I can add rows with insert and can't add them with copy. Maybe I need to send data for copy statement in different way instead of write it after copy statement?
I need to check that, but wouldn't be surprised when you can't use DBD to use copy into, like you can't use JDBC for that either.
Maybe it is possible with another MonetDB::CLI implementation? MonetDB::CLI::MapiLib was used in 11.3.7 by default, why it is impossible with it?
We removed the swig-based wrapper around the C library in favour of a native Perl version.
Can I use Mapi.pm directly for this task?
How exactly were you doing this on the older releases?