Sybase Powerbuilder 10.0 professional - 510-309 Exam Practice Test
In a try catch block, which of the following are TRUE? (Choose 2)
Correct Answer: B
Vote an answer
Identify the TRUE statements with regard to external functions? (Choose 3)
Correct Answer: B,C,F
Vote an answer
What is the effect of the following Powerscript statement:
my_app.FreeDBLibraries = TRUE
my_app.FreeDBLibraries = TRUE
Correct Answer: D
Vote an answer
What database statement(s) will be issued as a result of the Update in the following script (assume that the local variable rc is > 0 at all times):
long rc
rc = dw.Retrieve()
rc = dw.Find(-d=109 1, rc)
dw.SetItem(rc, alary dw.GetItemNumber(rc, alary * 1.07)
dw.SetItemStatus(rc, 0, New!)
dw.Update(false, false)
long rc
rc = dw.Retrieve()
rc = dw.Find(-d=109 1, rc)
dw.SetItem(rc, alary dw.GetItemNumber(rc, alary * 1.07)
dw.SetItemStatus(rc, 0, New!)
dw.Update(false, false)
Correct Answer: C
Vote an answer
Level 0 in a Treeview represents which of the following?
Correct Answer: B
Vote an answer
For a ListView control, which of the following are VALID functions? (Choose 2)
Correct Answer: C,D
Vote an answer
A PowerBuilder/EAServer service component has which of the following methods? (Choose 2)
Correct Answer: C,D
Vote an answer