Databases
- 1
- Connection Strings List
- Page http://www.connectionstrings.com/
- Contains connectionstrings for all types of datasources, databases and files, via ODBC, OLEDB, DataShapes.
- 2
- DaoGen
- Page http://titaniclinux.net/daogen/
- Generates program source code for DAO classes (Data Access Object). DaoGen is entirely web based service. It supports PHP and Java source code generation.
- 3
- Database Design Guide
- Page http://www.smart-it-consulting.com/database/progress-database-design-guide/
- This article provides an overview of the most important steps on database design. It explains a wide range of design issues, code samples included.
- 4
- Database Design Software
- Page http://www.dbwrench.com/
- A multi vendor, cross platform database design tool for creating ERDs, building SQL queries, and round-trip engineering databases.
- 5
- Database Directory
- Page http://www.databasedir.com/
- Provides short descriptions of the several popular RDBMS. Features various database articles.
- 6
- Database Journal
- Page http://www.databasejournal.com/
- Daily database news and articles for the database professional.
- 7
- DevX: Database Development Zone
- Page http://www.devx.com/dbzone/
- Portal for database programming, including answers to frequently-asked technical questions about database development, feature articles, links to database development sites, and news about database tools and updates.
- 8
- Recognized Standards for Databases
- Page http://www-ccs.cs.umass.edu/db/organizations.html
- Listed standards for database architectures including SQL, OLE, COM,CORBA. Links to DB Special Interest Groups and organizations too.
- 9
- ADO Code Examples
- Page http://msdn.microsoft.com/en-us/library/ms681484(v=vs.85).aspx
- Sampeles using ADP in programming languages, including Visual Basic, Visual C++, Visual J++, JScript, VBScript
- 10
- ADO Data Manipulation Examples
- Page http://www.lqexcel.com/ado.php
- Sample VBA code for working with ADO objects, such as Recordset, Command, Connection, with Access and Excel.
- 11
- ADO DataType Mapping
- Page http://www.carlprothman.net/Default.aspx?tabid=97
- Shows the mapping between ADO and VB and C++ lanuganes, and Access, SQL Server, and Oracle databases. By Able Consulting, Inc.
- 12
- ADO FAQs
- Page http://www.carlprothman.net/Default.aspx?tabid=81
- ADO frequently asked questions from Microsoft ADO Newsgroup. By Carl Prothman.
- 13
- ADO and SQL Server Developers' Guide
- Page http://msdn.microsoft.com/en-us/library/aa905875(SQL.80).aspx
- The article discusses access SQL Server data using ADO. By Microsoft.
- 14
- Microsoft ADO
- Page http://msdn.microsoft.com/en-us/library/ms805098
- ActiveX Data Objects (ADO) is Microsoft's high-level application programming interface to all kinds of data. ADO provides consistent, high-performance access to data. By Microsoft.
- 15
- SQL Database Connection Strings
- Page http://www.sqlstrings.com/
- Database terms glossary and online reference for various ADO and ADO.NET SQL database connection strings for MS SQL Server, MS Access, MySQL, Oracle.
- 16
- Using ADO from ADO.NET
- Page http://msdn.microsoft.com/en-us/library/Aa224767
- Article answers the question "Should you port your SQL ADO applications gradually to ADO.NET or rewrite them from scratch?" by Dino Esposito.
- 17
- Pooling in the Microsoft Data Access Components
- Page http://msdn.microsoft.com/en-us/library/ms810829.aspx
- Discusses the benefits, features, and behavior of pooling within the context of the MDAC architecture, including technology-specific tips for OLE DB, ADO, and ODBC developers. (Leland Ahlbeck and Don Willits / Microsoft)
- 18
- ADO 2.6 Programmer's Reference
- Page http://www.amazon.com/exec/obidos/tg/detail/-/186100463X/
- Provides a reference to Microsoft ActiveX Data Objects version 2.6. By Alex Homer and David Sussman.
- 19
- ADO.NET 2.0 Provider for SQLite
- Page http://sourceforge.net/projects/sqlite-dotnet2/
- An open source ADO.NET provider for the SQLite database engine. The provider was written from scratch on VS2005/2008 specifically for ADO.NET 2.0, using all the most recent changes to the ADO.NET framework. That includes full DbProviderFactory support, automatic distributed transaction enlistment, connection pooling, extensive schema support, Entity Framework support and more.