Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] MS Access Database

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] MS Access Database
 Login/Join
 
Silver Member
posted
I am trying to use Webfocus to query an MS Access database and I am getting strange results. If I take a sample of data from the Webconsole it looks fine but if I try to query the data through Devstudio I get the same record repeated over and over again. The table is named CONTACT and REGID is the key field. There is no record with a REGID of "0" but that what shows up in the results through Devstudio. I setup this scenario on my PC and it works fine but trying to do this on the server seems to have the issue.

FILENAME=CONTACT, SUFFIX=SQLMAC  , $
  SEGMENT=CONTACT, SEGTYPE=S0, $
    FIELDNAME=REGID, ALIAS=RegID, USAGE=I11, ACTUAL=I4, $
    FIELDNAME=REGIDOLD, ALIAS=RegIDOLD, USAGE=I11, ACTUAL=I4,
      MISSING=ON, $
    FIELDNAME=LASTN, ALIAS=Lastn, USAGE=A19V, ACTUAL=A19V,
      MISSING=ON, $
    FIELDNAME=FIRSTN, ALIAS=Firstn, USAGE=A15V, ACTUAL=A15V,
      MISSING=ON, $
    FIELDNAME=AGENCY, ALIAS=Agency, USAGE=A60V, ACTUAL=A60V,
      MISSING=ON, $
    FIELDNAME=PROGRAM, ALIAS=Program, USAGE=A60V, ACTUAL=A60V,
      MISSING=ON, $
    FIELDNAME=STREET, ALIAS=Street, USAGE=A139V, ACTUAL=A139V,
      MISSING=ON, $
    FIELDNAME=ADDRESS2, ALIAS=Address2, USAGE=A31V, ACTUAL=A31V,
      MISSING=ON, $
    FIELDNAME=CITY, ALIAS=City, USAGE=A15V, ACTUAL=A15V,
      MISSING=ON, $
    FIELDNAME=STATE, ALIAS=State, USAGE=A10V, ACTUAL=A10V,
      MISSING=ON, $
    FIELDNAME=ZIP, ALIAS=Zip, USAGE=A22V, ACTUAL=A22V,
      MISSING=ON, $
    FIELDNAME=OLD_ADDRESS2, ALIAS=Old_Address2, USAGE=A31V, ACTUAL=A31V,
      MISSING=ON, $
    FIELDNAME=OLD_CITY, ALIAS=Old_City, USAGE=A15V, ACTUAL=A15V,
      MISSING=ON, $
    FIELDNAME=OLD_STATE, ALIAS=Old_State, USAGE=A122V, ACTUAL=A122V,
      MISSING=ON, $
    FIELDNAME=OLD_ZIP, ALIAS=Old_Zip, USAGE=A22V, ACTUAL=A22V,
      MISSING=ON, $
    FIELDNAME=PRIMARYPHONE, ALIAS=Primaryphone, USAGE=A15V, ACTUAL=A15V,
      MISSING=ON, $
    FIELDNAME=EXTPHONE, ALIAS=EXTphone, USAGE=A15V, ACTUAL=A15V,
      MISSING=ON, $
    FIELDNAME=SECONDARY, ALIAS=Secondary, USAGE=A21V, ACTUAL=A21V,
      MISSING=ON, $
    FIELDNAME=EMAIL, ALIAS=Email, USAGE=A43V, ACTUAL=A43V,
      MISSING=ON, $
    FIELDNAME=FAX, ALIAS=Fax, USAGE=A10V, ACTUAL=A10V,
      MISSING=ON, $
    FIELDNAME=CATEGORY, ALIAS=Category, USAGE=A8V, ACTUAL=A8V,
      MISSING=ON, $
    FIELDNAME=LAST4SSN, ALIAS=Last4SSN, USAGE=A22V, ACTUAL=A22V,
      MISSING=ON, $
    FIELDNAME=GENDER, ALIAS=Gender, USAGE=A6V, ACTUAL=A6V,
      MISSING=ON, $
    FIELDNAME=ETHNICITY, ALIAS=Ethnicity, USAGE=A28V, ACTUAL=A28V,
      MISSING=ON, $
    FIELDNAME=AGE, ALIAS=Age, USAGE=A50V, ACTUAL=A50V,
      MISSING=ON, $
    FIELDNAME=POSITIVESUPPORTS, ALIAS=PositiveSupports, USAGE=A255V, ACTUAL=A255V,
      MISSING=ON, $
    FIELDNAME=COMMUNITIESREP, ALIAS=CommunitiesRep, USAGE=A255V, ACTUAL=A255V,
      MISSING=ON, $
    FIELDNAME=NOTES, ALIAS=Notes, USAGE=A255V, ACTUAL=A255V,
      MISSING=ON, $
    FIELDNAME=BIOONFILE, ALIAS=BioOnFile, USAGE=I11, ACTUAL=I4, $
 


Webfocus 7.6.8
Windows Server 2003

This message has been edited. Last edited by: dendem,
 
Posts: 41 | Registered: August 21, 2007Report This Post
Silver Member
posted Hide Post
P.S.

If I use a SQL command it works fine:

SQL
SELECT *
FROM CONTACT
END

This gives me the correct results.
 
Posts: 41 | Registered: August 21, 2007Report This Post
Silver Member
posted Hide Post
Resolved. I had it in the EDASPROF.
 
Posts: 41 | Registered: August 21, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] MS Access Database

Copyright © 1996-2020 Information Builders