[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

datawindow error

Asked by gajmp in PowerBuilder Programming Language

Tags: Sybase, Powerbuilder, 6.5, Powerbuilder, 6.5

I am using PB6.5 and oracle 9i (client 7.3)
I create one datawindow with the below SQL
SELECT OBJECT_TYPE,
            (SELECT COUNT (1) FROM USER_OBJECTS
             WHERE OBJECT_TYPE = UO.OBJECT_TYPE AND TRIM(STATUS) = 'INVALID' ) NO_OF_INVALID_OBJ,
         (SELECT COUNT (1) FROM USER_OBJECTS
              WHERE OBJECT_TYPE = UO.OBJECT_TYPE) TOT_NO_OF_OBJ_IMP,
         (SELECT DECODE(OBJECT_TYPE, 'FUNCTION', :GL_FN, 'INDEX', :GL_INDX, 'PACKAGE', :GL_PKG, 'PACKAGE BODY', :GL_PBODY, 'PROCEDURE', :GL_PROC, 'SEQUENCE',:GL_SEQ, 'SYNONYM', :GL_SYN, 'TABLE', :GL_TAB, 'TRIGGER', :GL_TRIG, 'VIEW', :GL_VIEW )
       FROM DUAL) ACT_NO_OF_OBJ
FROM (SELECT DISTINCT OBJECT_TYPE FROM user_objects) UO

create datastore for the same in my application
lds_user_obj = CREATE Datastore
lds_user_obj.dataobject = 'd_user_obj'
ll_row_cnt = lds_user_obj.SetTransObject(SQLCA)
ll_row_cnt = ids_user_obj.Retrieve(GL_FN, GL_INDX, GL_PKG, GL_PBODY, GL_PROC, GL_SEQ, GL_SYN, GL_TAB, GL_TRIG, GL_VIEW)

It is returning -1.

So create one control and add the dw in the control
dw_2.SetTransObject(SQLCA)
ll_row_cnt = dw_2.Retrieve(170, 783, 36, 28, 285, 200, 27, 869, 270, 315)

It is giving error

Datawindow error
Select Error: Column lists do not match

Please let me know the sol ASAP. If I complete this I will comp my proj..
[+][-]03/25/08 10:05 AM, ID: 21203826Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/25/08 02:55 PM, ID: 21206646Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/25/08 04:41 PM, ID: 21207529Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/25/08 11:51 PM, ID: 21209317Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/26/08 08:34 AM, ID: 21212743Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/05/08 02:46 AM, ID: 21287581Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/09/08 05:24 AM, ID: 21314074Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/26/08 02:55 AM, ID: 21645520Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: PowerBuilder Programming Language
Tags: Sybase, Powerbuilder, 6.5, Powerbuilder, 6.5
Sign Up Now!
Solution Provided By: gajmp
Participating Experts: 2
Solution Grade: A
 
[+][-]05/26/08 02:56 AM, ID: 21645523Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 / EE_QW_2_20070628