Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Client Specified with Select Statement is Inconsistent

Former Member
0 Likes
1,709

Hello All,

I am trying to fetch records from a database table across all possible Clients. But the select statement(with client specified) fetches only records from the current Client. I am trying to do the same with same database table in other part of the program but with different selection criteria and its working fine here. Any clues of whats happening??

Best regards,

rama

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
883

Please make sure the addition is inserted directly after dbtab.

FROM mara
  CLIENT SPECIFIED

Thanks

Lalit Mohan Gupta

6 REPLIES 6
Read only

Former Member
0 Likes
884

Please make sure the addition is inserted directly after dbtab.

FROM mara
  CLIENT SPECIFIED

Thanks

Lalit Mohan Gupta

Read only

0 Likes
883

As i mentioned, its working in one part of the program and not working in other part. The table i am using is EVER.

Best regards,

rama

Read only

Former Member
0 Likes
883

request you to please paste both the queries?

Read only

0 Likes
883

Just got the doubt whether there is data corresponding to the given selection criteria. There is no data. So the statement is absolutely fine.

The problem is the system where i have access has no data so i have to do the coding and test on other systems.

Thanks for your time

Any way to delete my thread?

Best regards,

rama

Read only

Former Member
0 Likes
883

solved myself

Read only

Former Member
0 Likes
883

Why do you want it removed??

Rob