Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: ADO connection object.

ADO connection object: Difference between revisions

From MoodleDocs
(New page: The '''ADO Connection Object''' is used to create an '''open connection to a data source'''. Through this connection, you can access and manipulate a database. If you want to access a dat...)
 
(Replaced content with "{{Moved_to_dev_docs}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The '''ADO Connection Object''' is used to create an '''open connection to a data source'''. Through this connection, you can access and manipulate a database.
{{Moved_to_dev_docs}}
 
If you want to access a database multiple times, you should establish a connection using the Connection object. You can also make a connection to a database by passing a connection string via a Command or Recordset object. However, this type of connection is only good for one specific, single query.

Latest revision as of 07:52, 16 June 2011

This development related page is now located in the Dev docs.

See the ADO connection object page in the Dev docs.