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).
980
0
Do you find this helpful?
2

Discussion

No comments yet