Does sybase 15 support the bcp api in java?
问题 A long time ago I figured out that bcp is just a little C program that calls the special bit of the sybase client api to do mass data moving into the database. It lies cheats and steals and skips check constraints all in the name of speed. Great, I'm all for it. In sybase 12 I noticed that the api was exposed in the C client library, but not the java one. I've been looking but I haven't found anything that says they've yet implemented it in the sybase 15 java client library. Does anybody know