McqMate
| Q. |
Which function is used to return a handle to the database? |
| A. | preparedatabase() |
| B. | showdoccount() |
| C. | executesql() |
| D. | opendatabase() |
| Answer» A. preparedatabase() | |
| Explanation: preparedatabase() function is used to return a handle to database. it is necessary to first create the database. showdoccount() shows the real work after creating the database. syntax of calling a javascript function is: function preparedatabase(ready, error). | |
View all MCQs in
Information Retrival TechniquesNo comments yet