Sets the loginrec% to enable bulk-copy operations.
SqlBCPSetL% ( loginrec%, enable% )
where
SUCCEED (1) or FAIL (0).
SqlBCPSetL% sets a field in the login record that tells SQL Server that the sqlconn% connection can be used for bulk-copy operations. For SqlBCPSetL% to be effective, you must call it before you call SqlOpen%. SqlOpen% is the function that actually allocates the SQL Server connection.
To keep users from initiating a bulk-copy sequence with SQL statements, avoid using this function in applications that permit ad hoc queries. Once a bulk-copy sequence begins, it cannot be stopped with an ordinary SQL statement.
SqlBCPInit%, SqlLogin%, SqlOpen%