Sybase JConnect: ENABLE_BULK_LOAD usage

前端 未结 5 2113
野的像风
野的像风 2020-12-16 08:10

Can anyone out there provide an example of bulk inserts via JConnect (with ENABLE_BULK_LOAD) to Sybase ASE?

I\'ve scoured the internet and found nothing

5条回答
  •  情深已故
    2020-12-16 08:36

    Don't know how to do this in Java, but you can bulk-load text files with LOAD TABLE SQL statement. We did it with Sybase ASA over JConnect.

提交回复
热议问题