Results 1 to 10 of 10

Thread: "DateTime contains an invalid value Table" on SQLBindFile

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    1,856

    Default Re: "DateTime contains an invalid value Table" on SQLBindFile

    FYI - we have the same issue too with DF24.0 using DB2

    The reason why we can't use the new cSQLExecutor is because we NEED the SQLBindFile functionality of binding the result-set to the file buffer one-record at a time.

    Code:
    Send SQLFetchActivatesBuffer of hstmt iMainFile True
    ...
    Get SQLFetch of hstmt to iFetchResult
    If (iFetchResult) Send SQLBindFile of hstmt iMainFile
    ...
    Last edited by raveens; 29-Oct-2024 at 10:46 PM.
    Regards,
    Raveen Sundram

    Software Development Manager
    Excellent Software Ltd
    Auckland, New Zealand
    www.helixretail.co.nz


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •