Multiple-Choice Questions About Powerbuilder Part 2
Multiple-Choice Questions About Powerbuilder Question: 101 How do you manipulate .INI file through PowerBuilder functions ? Answer Fileread() ProfileInt() SetProfileString() ProfileString( ) Question: 102 Which command/function will blank out a DataWindow? Answer ClearValues() Reset() ResetTransObject ( ) DeleteRow() Question: 103 Use Idle() function in Pb Scripts will be? Answer PowerBuilder doesn’t have Idle() function Fires…
Multiple-Choice Questions About Powerbuilder Part 1
Multiple-Choice Questions About Powerbuilder Question: 1 Which of the following variable equals 10? Answer real a = 10 double a = 10.0001 decimal a = 10.09 long a= 10.3 int a = 9.5 Question: 2 Which of the options are available in crosstab? Answer Stored Procedure Update Update properties Retrieve options Suppress Repeating values Question:…
77 Powerbuilder Interview Questions And Answers
77 Powerbuilder Interview Questions And Answers Get From The Internet Good Luck!
Powerbuilder Interview Questions Part 5
What is PowerBuilder? PowerBuilder is a powerful Windows-based professional client/server application development tool, which allows teams of developers to quickly and easily build sophisticated, graphical applications with access to database information stored locally or on networked servers. Powerbuilder features OBJECT ORIENTATION IMPLEMENTATION: Supports interitance, encapsulation and polymorphism. SQL SUPPORTS: Power builder supports SQL and Strored…
Powerbuilder Interview Questions Part 4
181 What does typeof function return?  182 What does setlibrarylist function do?  183 What does getapplication function return?  184 How can we get next modified row and column?  185 When does updatestart6 and updateend event fire.what are the argument to these events?  186 What all events get fire on calling…
Powerbuilder Interview Questions Part 3
121  Ans.  Can you inherit datawindow objects?  We can not directly inherited the datawindow object but indirectly we can do that by using user Object. 122  Ans. What is the purpose of using user objects?  For the memory Management and applying oops concepts.  123  Ans. When does item…
Powerbuilder Interview Questions Part 2
61  Ans How can you update datawindow created from procedure?  You need to do so from some other procedure Or through the explicit embaded update statement.  62 Ans Can you modify the sql of datawindow runtime and how?  Yes we can modify the sql of the datawindow. Specifies the SQL SELECT…
Powerbuilder Interview Questions Part 1
1 Ans. How can you generate runtime datawindow object?  Using syntaxfromsql function to get sqlsyntaxt for the passed sql string and then calling function create  SyntaxFromSQL: transaction.SyntaxFromSQL ( sqlselect, presentation, err )  Argument Description  Transaction.    The name of a connected transaction object  Sqlselect.        A string whose value is a valid…
- 1
- 2