Using SQLBulkOperations in ODBC.jl

29 views
Skip to first unread message

Terry Seaward

unread,
Oct 26, 2016, 11:49:38 AM10/26/16
to julia-users
Hi,

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


- TS

Jacob Quinn

unread,
Oct 26, 2016, 12:17:30 PM10/26/16
to julia...@googlegroups.com
As long as your DB table is created correctly (i.e. correct types), you can do

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



Reply all
Reply to author
Forward
0 new messages