Sybase Powerbuilder 10.0 professional - 510-309 Exam Practice Test
Question 1
Which of these are correct about the SyntaxFromSQL( ) method? (Choose 3)
Correct Answer: A,C,D
Question 2
Which function contains optional arguments that utilize the WordParm and LongParm properties of the message object to pass information?
Correct Answer: C
Question 3
Custom Transaction Objects are required: (Choose 2)
Correct Answer: C,D
Question 4
Which of the following methods is NOT for a DataStore?
Correct Answer: A
Question 5
The __________ function forces immediate destruction of all unreferenced objects on the heap.
Correct Answer: E
Question 6
The XSLTGen.PublishPath refers to ______
Correct Answer: B
Question 7
In a try catch block, which of the following are TRUE? (Choose 2)
Correct Answer: D
Question 8
Which of the following techniques requires that an additional call to Retrieve method be executed for reducing the number of rows?
Correct Answer: A
Question 9
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: F
Question 10
The FreeDBLibrary property is associated with which object?
Correct Answer: C

