How the information about db(database) can be retrieved?
Answer Posted / sushant
Database=MySQLdb.connect(db = Database, user =
DatabaseUser, passwd =
DatabasePassword, host = localhost)
DatabaseCursor = Database.cursor()
DatabaseCursor.execute("SELECT * FROM table1 ORDER BY
field1")
RecordData = DatabaseCursor.fetchone()
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to retrieve warnings in jdbc?
What is jdbc driver?
What do you mean by metadata and why we are using it?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Where can I find ojdbc14 jar file?
What does setautocommit do?
What are the different types of lockings in jdbc?
What is jdbc and why is it required?
What is resultset in jdbc with example?
What is ojdbc14 jar?
Explain the various types of locking system in jdbc?
What driver should I use for scalable Oracle JDBC applications?
What does the connection object represents?
What are the functions of the jdbc connection interface?
How many packages are available in jdbc api?