bcp_getl

Description

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

Syntax

DBBOOL bcp_getl(loginrec) 
 
LOGINREC        *loginrec; 

Parameters

loginrec

A pointer to a LOGINREC structure that will be passed as an argument to dbopen. You can get a LOGINREC structure by calling dblogin.

Returns

TRUE” or “FALSE.”

Usage

See also

bcp_init, BCP_SETL, dblogin, dbopen