I have data in my program's memory, that I need to import into a database.
For performance reasons I would like to do it via Sybase BCP, specifically using native file format.
Challenge: I need to know what the native Sybase BCP file format is, and it does not seem to be documented anywhere.
Is there a good documentaion for it? Examples of logic to create one?
(I know I can somewhat easily create character BCP file, but that is slower than native format)
İf data in your program's memory are too big You can use/try Load table command for Sybase IQ (only Sybase IQ, not for Sybase ASE). also Load table command faster than bcp