Results 1 to 7 of 7
  1. #1
    user9 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Oct 2013
    Location
    US
    Posts
    43

    ODBC--call failed. Function sequence error (#0)

    Hi all, I am getting the following error when I try to open a linked table:

    "ODBC--call failed.
    [Microsoft][ODBC Driver Manager] Function sequence error (#0)"

    While I recently used the Linked Table Manager to re-link all tables to Oracle, all other tables are working just fine. What would cause one to get this error?



    Done a lot of searching through the forums and don't see a resolution to this specific issue.

  2. #2
    user9 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Oct 2013
    Location
    US
    Posts
    43
    Additionally, I have a form that updates this table. When I go to Save the form, I get an error:

    "Run-time error '3155'"
    ODBC--insert on a linked table 'COMPLY_R_APPROVE_UPDATES' failed.
    [Microsoft][ODBC Driver Manager] SQL data type out of range (#0)"

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    This is now marked solved. Want to share how?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    user9 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Oct 2013
    Location
    US
    Posts
    43
    Yeah I was just putting the finishing touches on the database for my users.

    One of the fields in the table was a Timestamp, which appears to no longer be an option in SQL Developer. I changed it to Date and that fixed the issue.

  5. #5
    Vstar920AZ♣ is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2023
    Location
    Phoenix, AZ
    Posts
    8
    I am getting a similar error. "ODBC--call failed." & "[Microsoft][ODBC Driver Manager] Function sequence error (#0)" It appears to be related to the use of this criteria "Not Like "*Consign*" I also tried Not Like "%CONSIGN%" (This is on a column Named Customer_PO). Then I tried to created a query column {Expr1: InStr([Customer_PO],"CONSIG")} and put criteria on that of =0 and received that same error. I have tried running it without the Not Like criteria on this column and without the Instr. It runs fine then. However, even if it runs, filters on this column in the user form will bring about the same error. All of my form fields return a #Name? error.
    The field Customer_PO is a short text with 30 Characters allowed.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    You should start your own thread instead of resurrecting and hijacking a 9-year old thread already marked SOLVED.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    Vstar920AZ♣ is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2023
    Location
    Phoenix, AZ
    Posts
    8
    [QUOTE=Vstar920AZ♣;520971]I am getting a similar error. "ODBC--call failed." & "[Microsoft][ODBC Driver Manager] Function sequence error (#0)" It appears to be related to the use of this criteria "Not Like "*Consign*" I also tried Not Like "%CONSIGN%" (This is on a column Named Customer_PO). Then I tried to created a query column {Expr1: InStr([Customer_PO],"CONSIG")} and put criteria on that of =0 and received that same error. I have tried running it without the Not Like criteria on this column and without the Instr. It runs fine then. However, even if it runs, filters on this column in the user form will bring about the same error. All of my form fields return a #Name? error.
    The field Customer_PO is a short text with 30 Characters allowed.

    Follow up: My query had one Local table and two ODBC connected tables. I did a sub-select Not In query on the [Customer_PO] Not Like "*CONSIG*"). It ran fine in that instance. That way, I was not passing the criteria, but performing it locally since the [Customer_PO] was in the local table.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 03-02-2015, 09:44 AM
  2. ODBC-Call Failed
    By gviau in forum SQL Server
    Replies: 1
    Last Post: 07-05-2014, 10:25 AM
  3. ODBC -- Call Failed error
    By Coffee in forum Access
    Replies: 3
    Last Post: 07-08-2011, 10:34 AM
  4. Help: ODBC call failed -952 SQLSTATE 57014 error
    By accessnewbie in forum Access
    Replies: 2
    Last Post: 02-02-2011, 01:01 PM
  5. ODBC -- call failed. | Oracle ODBC
    By drdexter33 in forum Access
    Replies: 1
    Last Post: 04-03-2010, 09:32 PM

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
  •  
Other Forums: Microsoft Office Forums