|
|
|
|
|
|
ADO Cheat Sheets
ADO Cheat Sheets & Quick Reference Guides for ADO Web Programmers, Coders & for Web developers for Quick coding with ADO.
|
|
ADO Quick Reference is a web based collection of reference source for the nine ADO (ActiveX Data Objects) objects and the three RDS (Remote Data Services) objects. The web masters and developers can retrieve the contents directly by selecting the reference through various objects. This reference is also available in a downloadable PDF format for offline viewing.
http://www.addscript.com/detailed/ADO-Quick-Reference-2301.html
(Clicks: 0;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
Sun ONE Active Server Pages includes ActiveX Data Objects (ADO) for connecting ASP applications to databases. ADO is a set of objects that provide a mechanism to access information from ODBC-compliant data sources.
http://docs.sun.com/source/817-2514-10/Ch11_ADO.html
(Clicks: 2;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
ADO API Reference,RDS API Reference, ADO MD API Reference, ADOX API Reference
http://msdn.microsoft.com/en-us/library/ms676539(VS.85).aspx
(Clicks: 2;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
CIS 213 ADO Cheat Sheet
http://www.webdesignreference.com/CIS213/aspsumm.htm
(Clicks: 3;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
The table provided below is intended to be a quick reference for determining how to map DAO properties and methods to ADO, ADOX, and JRO properties and methods. However, it is not intended to imply a direct, one-to-one mapping between the properties and methods listed. There may be subtle, or not so subtle, differences between the mapped properties and methods. For more detailed information on the ADO, ADOX, and JRO properties and methods see the documentation for the object model. Use the information provided earlier in this document to map the code for common tasks that are performed using DAO to ADO, ADOX, and JRO code.
http://doc.ddart.net/mssql/sql2000/html/mdacxml/htm/wpmigratingappendixa.htm
(Clicks: 0;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
|
|
This Quick Reference is now available for purchase in PDF format for easy off-line viewing and printing. Fully indexed for ease of navigation, this is an invaluable resource for all web developers. Click the icon above to purchase this Quick Reference.
http://www.devguru.com/Technologies/ado/quickref/ado_intro.html
(Clicks: 1;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
This cheatsheet image will help you understand grabbing data from forms, creating a SQL statement in ASP, and using ADO to read/write to your databases.
http://http://gallopingdev.com/ASP-Fall-2004/week04/extrahelp/form-sql-ado-cheatsheet.htm
(Clicks: 0;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
Quick Guide for using ADO.NET (part 1: Data Grids and Individual Text Box Navigation) ... this is an MS Word document.
http://www.pitt.edu/~galletta/Quick%20Guide%20for%20using%20ADO.doc
(Clicks: 1;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
The ADO Command object is used to execute a single query against a database. The query can perform actions like creating, adding, retrieving, deleting or updating records. If the query is used to retrieve data, the data will be returned as a RecordSet object. This means that the retrieved data can be manipulated by properties, collections, methods, and events of the Recordset object. The major feature of the Command object is the ability to use stored queries and procedures with parameters.
http://www.w3schools.com/ado/ado_ref_command.asp
(Clicks: 0;
Comments: 0;
Listing added: Nov 15, 2008)
|
|
|
|
|
|
|
|
|