List of bulk copy routines

Routine

Description

Page

bcp_batch

Save any preceding rows in Adaptive Server.

§

bcp_bind

Bind data from a program variable to a Adaptive Server table.

§

bcp_colfmt

Specify the format of a host file for bulk copy purposes.

§

bcp_colfmt_ps

Specify the format of a host file for bulk copy purposes, with precision and scale support for numeric and decimal columns.

§

bcp_collen

Set the program variable data length for the current bulk copy into the database.

§

bcp_colptr

Set the program variable data address for the current bulk copy into the database.

§

bcp_columns

Set the total number of columns found in the host file.

§

bcp_control

Change various control parameter default settings.

§

bcp_done

End a bulk copy from program variables into Adaptive Server.

§

bcp_exec

Execute a bulk copy of data between a database table and a host file.

§

bcp_getl

Determine if the LOGINREC has been set for bulk copy operations.

§

bcp_init

Initialize bulk copy.

§

bcp_moretext

Send part of a text or image value to Adaptive Server.

§

bcp_options

Set bulk copy options.

§

bcp_readfmt

Read a datafile format definition from a host file.

§

bcp_sendrow

Send a row of data from program variables to Adaptive Server.

§

BCP_SETL

Set the LOGINREC for bulk copy operations into the database.

§

bcp_setxlate

Specify the character set translations to use when retrieving data from or inserting data into a Adaptive Server.

§

bcp_writefmt

Write a datafile format definition to a host file.

§