This topic contains 4 replies, has 0 voices, and was last updated by ivan.parra 17 years, 5 months ago.

  • Author
    Posts
  • #8727

    sballios

    No issue connecting via odbc, we get the table we want to query against and set that up in crystal when we go to put in a sql statement

    {CUSTOMERS.ENROLLMENT_DATE}=today-1

    we consistently get the error

    failed to open rowset

    and then

    failed to open rowset

    details: 26000 : [Open Access]Open RDA ODBC Invalid SQL Statement Identifier

    So if this basic sql today-1 doesn’t work anyone have any suggestion on this
    This is a cached copy. Click here to see the original post.

  • #8728

    ivan.parra

    RE: sql statements bomb when using ns odbc connection

    What query are you running?

  • #8729

    sballios

    RE: sql statements bomb when using ns odbc connection

    Customer Records

  • #8730

    jswift

    RE: sql statements bomb when using ns odbc connection

    We have a sql query with customers that I run via DAFT. If you would like to send me your sql, I will try and help you.

    Thanks

  • #8731

    ivan.parra

    RE: sql statements bomb when using ns odbc connection

    try datediff(‘day’,getdate(),create_date)

    In a few days, getdate() can be replaced with sysdate() or current_date.

You must be logged in to reply to this topic.