Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Query.Append/Edit or SQL Insert/Update ?
Tue, Nov 21 2006 9:08 AMPermanent Link

Max Terentiev
Hello,

Can I use Query.Append/Edit/Post instead SQL INSERT/UPDATE
in my C/S application ?

My tables contains many fields and using Append->FieldByName->Post for adding
and modyfing records is MUCH easier for me (instead building large SQL INSERT/UPDATE
queries).

Query Append/Post is safe in C/S enviroment where many users access database
simulateonesly ?

Thanks for help !
Tue, Nov 21 2006 1:13 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Max,

<< Can I use Query.Append/Edit/Post instead SQL INSERT/UPDATE in my C/S
application ? >>

Yes, as long as the result set for the query is live:

http://www.elevatesoft.com/dbisam4d5_live_queries_and_canned_querie.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image