How the information about db(database) can be retrieved?
Answers were Sorted based on User's Feedback
Answer / indrani
using databasemetadata,we can get the data related to
database
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What are clob and blob data types in jdbc?
What does jdbc do?
How can you use preparedstatement in jdbc?
What are the sailent features of JDBC 2.0?
What causes no suitable driver error?
What is encrypted connection?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
What is the difference between Union, Unionall ?
How many types of JDBC drivers are there and what are they?
Can you create an index on sex column where there is M or F?
What is the meaning of connection?
how you will execute the many tables data