Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > DB-Aware

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2000, 04:17 AM
N/A
Guest
 
Posts: n/a
Default Editing a dbgrid with TQuery as datasource

Title says it all...

Steeve
Reply With Quote
  #2  
Old 11-20-2000, 04:45 AM
N/A
Guest
 
Posts: n/a
Default RE: Editing a dbgrid with TQuery as datasource

There are two ways to accomplish this. You
can use CachedUpdates, which allows you to
"batch" edits, modifies, and
deletes, and then post them at one time with
ApplyUpdates,

Or, you can use an UpdateSQL object to
handle this for you.
Reply With Quote
  #3  
Old 11-20-2000, 06:11 AM
N/A
Guest
 
Posts: n/a
Default RE: Editing a dbgrid with TQuery as datasource

RequestLive on the Query must be TRUE to be able to edit fields in the DBGrid.

George
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:53 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.