Database connectivity
by barkkathulla[ Edit ] 2012-09-22 11:59:03
<font color=#000033>
The following two objects needed for creating database connection
1. server.createobject(âАЬadodb.connectionâАЭ)
2. server.createobject(âАЬadodb.recordsetâАЭ)
</font>
CONNECTION OBJECT
This object is used to get the specified database name from path.
RECORDSET OBJECT
This object is used to get the specified table from database.
CONNECTION STRING
This object is used to give the interaction between database application(back end) and Asp(front end).