Re: [julia-users] Using SQLBulkOperations in ODBC.jl

2016-10-26 Thread Jacob Quinn
As long as your DB table is created correctly (i.e. correct types), you can
do

ODBC.load(dsn, "table_name", df)

More docs here: http://juliadb.github.io/ODBC.jl/stable/#ODBC.load-1



On Wed, Oct 26, 2016 at 9:49 AM, Terry Seaward 
wrote:

> Hi,
>
> How could one use the SQLBulkOperations function in ODBC.jl to insert a
> DataFrame into a table?
>
> Additional ref: https://msdn.microsoft.com/en-us/library/ms712471(v=
> vs.85).aspx
>
> - TS
>


[julia-users] Using SQLBulkOperations in ODBC.jl

2016-10-26 Thread Terry Seaward
Hi,

How could one use the SQLBulkOperations function in ODBC.jl to insert a 
DataFrame into a table?

Additional ref: 
https://msdn.microsoft.com/en-us/library/ms712471(v=vs.85).aspx

- TS