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
What does the jdbc databasemetadata interface?
What is phantom read and which isolation level prevents it?
java based application for hospital management
What is a jdbc connection?
What is difference between odbc and jdbc?
What is com mysql jdbc driver?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jdbc connection interface?
What is the difference between jdbc and odbc?
Expalin the method of calling a stored procedure from jdbc.
What are dml and ddl?
How do I stop nullpointerexception?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Does jdbc require oracle client?
What is drivermanager in jdbc?