Board index » delphi » Updating data using a query

Updating data using a query

How do I use a Query to change the data in a table. Do I have to use
"Request Live". Can someone please walk me through a very short, simple,
example.  Thanks,  Karen
 

Re:Updating data using a query


This is called a "CHANGETO" query, or in SQL, an "UPDATE" query.  It
does not return any results, so "Request Live" does not apply.

Quote
>Karen wrote:

> How do I use a Query to change the data in a table. Do I have to use
> "Request Live". Can someone please walk me through a very short,
> simple, example.  Thanks,  Karen

--
----------------------------------------------------------------------
Sundial Services :: Scottsdale, AZ (USA) :: (480) 946-8259
mailto:i...@sundialservices.com  (PGP public key available.)
Quote
> High-speed, script-driven, table repair/support for Paradox/BDE...
> ChimneySweep{tm}:  "Click click, it's fixed!" {tm}
> http://www.sundialservices.com/cs3web.htm

Other Threads