Found error in the BulkInsert function. Here's the code snipet correcting issue as I saw it.
Thanks
Jon
RETURN lnExportErrors
ENDFUNC
FUNCTION Buliclnsert
Assuption: We won’t get here if this table has iro.age, text, or non—char nulls
* columns. Also assume we are upsizing to SQL 7+.
LPARAMETERS tcTableName, tcCursorName, tcRmtTableName, tlMaxErrExceeded
LOCAL lnServerError, lcErrMsg, lcßulklnsertString, lcBulicFileNaneWithPath, lnuserDecision
*—— 11/13/2013 — JRL — Initialization of llRetVal missing
LOCAL llRetVal
llRetVal = .f.
* See if the table has a timestamp and identity field
* (Note: this proc is getting called from within a SCAN/ENDSCAN so we
* know we’re on the right record already.
Thanks
Jon
RETURN lnExportErrors
ENDFUNC
FUNCTION Buliclnsert
Assuption: We won’t get here if this table has iro.age, text, or non—char nulls
* columns. Also assume we are upsizing to SQL 7+.
LPARAMETERS tcTableName, tcCursorName, tcRmtTableName, tlMaxErrExceeded
LOCAL lnServerError, lcErrMsg, lcßulklnsertString, lcBulicFileNaneWithPath, lnuserDecision
*—— 11/13/2013 — JRL — Initialization of llRetVal missing
LOCAL llRetVal
llRetVal = .f.
* See if the table has a timestamp and identity field
* (Note: this proc is getting called from within a SCAN/ENDSCAN so we
* know we’re on the right record already.