Microsoft Access Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what property of the querydef object can you use to change the SQL syntax?

Microsoft Access Developer Interview Question
Microsoft Access Developer Interview Question

Answer:

SQL property. If you declare a qdf variable and assign it to a query, you can change the syntax of the sql statement using qdf.sql = “Select…”. One interesting feature of this property: You don’t have to save the changes, they are immediately saved. Compare that with the DAO recordset object where you must use the Edit method followed by Update in order to save your changes.

Download Microsoft Access Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what Is The Maximum Size Of A Database That Can Be Opened In Microsoft Access?Tell me would You Like To Easily Automate Your Ms Access Database Through Menu Driven Selections?