dbTalk Databases Forums  

Table-buffered remote views

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Table-buffered remote views in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
OE
 
Posts: n/a

Default Table-buffered remote views - 04-13-2004 , 05:48 PM






Greetings!

I have a table-buffered remote view (call it myview). A few edits, deletes,
and updates are performed on the buffered view.

Example:

Suppose the view originally contains records:
A
B
C

Then, C is deleted and D is added:
A
B
D

Now, SELECT * FROM myview
will result in a record set looking like:
A
B
C

Is there a way to manipulate the current buffer (containing A, B, and D)
with SQL SELECT?


Thanks!



Reply With Quote
  #2  
Old   
Rick Bean
 
Posts: n/a

Default Re: Table-buffered remote views - 04-14-2004 , 08:50 AM






Currently, until you do a TableUpdate() - no. You can use the "old" xBase Scan ... Endscan to process the buffered data. Note: According to an older newsletter by Ken Kevy (http://msdn.microsoft.com/vfoxpro/letters/01232004/), this will be one of VFP 9.0's enhancements.

Rick

"OE" <oeng (AT) remove (DOT) rogers.com> wrote

Quote:
Greetings!

I have a table-buffered remote view (call it myview). A few edits, deletes,
and updates are performed on the buffered view.

Example:

Suppose the view originally contains records:
A
B
C

Then, C is deleted and D is added:
A
B
D

Now, SELECT * FROM myview
will result in a record set looking like:
A
B
C

Is there a way to manipulate the current buffer (containing A, B, and D)
with SQL SELECT?


Thanks!



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

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.