Skip to Content
Active Server Pages 3.0 from Scratch
book

Active Server Pages 3.0 from Scratch

by Nicholas Chase
December 1999
Beginner
416 pages
9h 41m
English
Que
Content preview from Active Server Pages 3.0 from Scratch

Creating a Connection to the Database

Arguably the most important built-in components of Active Server Pages are the ActiveX Data Objects. These are COM objects that use ODBC and/or OLEDB to access databases and other stores of information, so they are language independent. They can be used not only from Active Server Pages but also from Visual Basic, Visual C++, and other programming environments. ADOs enable you to connect to a database to

  • Insert: add new data to a table.

  • Update: change data that's already in a table.

  • Delete: remove data in a table.

  • Select: look at data in a table.

  • Execute Stored Procedures: many more advanced databases enable you to write code and store it directly in the database, where it's available to any connected program. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET 2.0 Unleashed

ASP.NET 2.0 Unleashed

Stephen Walther
ASP.NET 2.0 Illustrated

ASP.NET 2.0 Illustrated

Alex Homer, Dave Sussman
ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 0789722615Purchase book