This method is used just to read the data from the database & using this
method we cannot perform the operations like inserting the records, deleting
the records etc
Step1: Makes a
connection from client to database
Step2: Client sends
request for required data to the server
Step3: Client request
is processed & requested data is dumped into separate memory at server,
allotted for the client this memory is known as Network Buffer or Result set
Step4: Link is created
from Network Buffer / Result Set to client
Step5: Client starts
reading the data from Network buffer / Result Set
After
the completion of reading the data connection to the database can be closed
No comments:
Post a Comment