Database connectivity

by barkkathulla 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).
818
like
0
dislike
0
mail
flag

You must LOGIN to add comments