Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming
RTL referenceGlossaryTips/TricksFREE App/VCLBest'O'NetBooksLink To
 
Quiz: Delphi ADO Programming
Correct: 11

Correct!

The TADOQuery component doesn't have a TableName property as the TADOTable does. TADOQuery has a property (TStrings) called SQL which is used to store the SQL statement. You can set the SQL property's value with the Object Inspector at design time or through code at runtime.

The SQL used in a ADOQuery component must be acceptable to the ADO driver in use. In other words you should be familiar with the SQL writing differences between, for example, MS Access and MS SQL.

Find more.

Next Question >>

Explore Delphi Programming

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.