<% 'create connection set conn = server.CreateObject ("ADODB.Connection") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath ("fpdb/engglas.mdb") 'query to select active data... sql = "SELECT * FROM title, vote where title.active = 'y' and title.id = vote.id" set rs = server.CreateObject ("ADODB.Recordset") rs.Open sql, conn, 3, 3 %> Google - Products and Features (Page 00 of 24)



» About Google
» Revenue Streams
» Acquisitions of Google
» Features and Products
» Google's Products Milestones
» Google’s IPO

Google - Features and Products

List of all Google Services


Google About

Google Inc. is an American multinational software corporation, first incorporated as a privately held corporation in September, 1998, that specializes in search engine, information retrieval technology and online advertising. With a market capitalization of over US$83.09 billion as of June 2006, Google is the largest internet search company in the world, almost twice as large as arch-rival Yahoo! The company employs approximately 6,800 employees and is based in Mountain View, California.
http://www.google.com/about.html

Google Accounts
Google Account gives you access to various Google services, including Google Groups, Froogle Shopping List, Personalized Search, your Personalized Homepage, and Google Answers. If you've used any of these services before, you already have a Google Account. If you have a Gmail account, you can use your Gmail username and password to sign in to your Google Account.
https://www.google.com/accounts/

Google-Products and Features-Back
Google-Products and Features-Next

 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>