Which is/are the correct SQL driver(s) to work with PyQt?

25. Which is/are the correct SQL driver(s) to work with PyQt?

  1. QDB2
  2. QIBASE
  3. QMYSQL
  4. QOCI
  5. All of the above

Answer: E) All of the above

Explanation:

All of the above are the correct SQL drivers to work with PyQt. Where QDB2 is used for IBM DB2, QIBASE is used for Borland InterBase Driver, QMYSQL is used for MySQL Driver, and QOCI is used for Oracle Call Interface Driver.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.