TQuery and RequestLive in Delphi 7
Posted on January 17, 2010 by Senthil Kumar
and has no comments yet.
TQuery component in Delphi enables your applications to use SQL syntax to access data from the database like paradox,Oracle etc.
We perform the following steps to use the TQuery component .
1. Create the TQuery Component.This can be done either by dropping the component on top the designer or during the runtime
Read more

