Explain how jdbc client getting connected to database server?
=>By using the following statement jdbc client made connection to database server
connection con=DriverManager.getConnection();
=>object oriented representation of clients login into the database server is nothing but connection object ,as long as the session is active,client performs any no of crud operations.
=>By using the following statement jdbc client made connection to database server
connection con=DriverManager.getConnection();
=>object oriented representation of clients login into the database server is nothing but connection object ,as long as the session is active,client performs any no of crud operations.
No comments:
Post a Comment