|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#54. Your Visual Basic application communicates with a Microsoft SQL Sever database. The application is used to track donation Information for a nonprofit organization. The database has a Donor table and a Donation table. The fields are shown in The following table. Table Fields Donor DononID, FirsyName, LastName, Phone ,Address, City, State, Zip Donation DonationID, DonorID, Donationdate, Amount DononID is a primary key in the Donor table and a Foreign Key in the Donation table. You want to write SQL code will display records for donors who have given donations. Which SQL statement should you use?
Show comments for this question (0)
Add comments
Link to this question
|
|
#56. You want to retrieve an ADO recordset that allows users to have unrestricted data manipulation and browsing functionality. You do not need the local recordset to detect records added to the database by other user, However, You need the recordset to detect any changes made to its own records?
Show comments for this question (0)
Add comments
Link to this question
|
|
#57. A stored procedure named GetCustomer exists on a Microsoft SQL Server database. The procedure takes the input parameter ICustomerId, which is a SQL Sever integer; the procedure returns a result set that contains the customer data. The variable iVBCustomerId contains the value of ICustomerId the name of the command object is Cmd. The command Text property of the Cmd object is set to GetCustomer. Which code fragment should you use to execute the stored procedure?
Show comments for this question (0)
Add comments
Link to this question
|
|
#58. A client application uses Remote Data Services (RDS) to retrieve a disconnected Recordset object from a web server. The recordset was using ADO created recordset. The recordset is named rsData. You want the client application to persist the changes made to the recordset without reconnecting to the web server
Show comments for this question (0)
Add comments
Link to this question
|
|
#60. You develop an Activex DLL project. You add a class module Named Account to this project. The class has a method named Savings. You add a Standard EXE project to allow you to test the Savings method. You want Visual Basic to enter break mode while the Savings method is being executed. What should you do?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.057
|
Server date 03:38 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|