[freetds] bulk copy API

Frediano Ziglio freddy77 at gmail.com
Wed Apr 7 04:28:16 EDT 2010


Currently FreeTDS support BCP APIs (bcp_init, bcp_exec and so on) only
under dblib. Under Windows you are using BCP APIs under ODBC (which
accept ODBC connection instead of DBPROCESS).

bye
  freddy77


2010/4/6  <mgrosman at pathcom.com>:
> Hello,
> Is there any way to use bulk copy API (bcp_init, bcp_exec, etc.) within
> the ODBC application?
>
> On Windows I can easily do that since bcp_init() accepts an ODBC
> connection handle as its first argument, but bcp_init() from FreeTDS
> library accepts DBPROCESS pointer instead. So I cannot just pass
> connection handle the same way I can do on Windows.
>
> Mike
> _______________________________________________
> FreeTDS mailing list
> FreeTDS at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>



More information about the FreeTDS mailing list