+ Reply to Thread
Results 1 to 2 of 2

How to write the SQL for pass-through query?

  1. #1
    Valued Forum Contributor
    Join Date
    12-22-2010
    Location
    Texas
    MS-Off Ver
    Excel 2003 & Excel/Access 2007
    Posts
    438

    How to write the SQL for pass-through query?

    I'm not very good with SQL... I'm working on my 1st pass-through query.

    I have a table named W_ALS_FLAT & it has a field named BA_CURR_BAL_OR_CM_AMT. I want to pull the loans that have a balance greater than zero...

    I have

    SELECT MRT_W_ALS_FLAT.BA_CURR_BAL_OR_CM_AMT
    FROM MRT_W_ALS_FLAT
    WHERE (((MRT_W_ALS_FLAT.BA_CURR_BAL_OR_CM_AMT)>0));

    but I get

    ODBC--call failed.

    [Oracle][ODBC]{Ora]ORA-00942: table or view does not exist (#942)

    I know the table exist... I use it. Its just that table has over 500 fields & access limits me to 255??? The only way I know that I can maybe access it is by doing a pass-through query...

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: How to write the SQL for pass-through query?

    Ignore my post

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1