Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is append blank adding two records?
Message
From
31/10/1997 21:24:47
 
 
To
30/10/1997 23:21:31
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00057230
Message ID:
00057719
Views:
36
>>>>>Is there a reason that you are not using "INSERT INTO tablename ..." to add records?
>>>>
>>>>Hi Larry, have not heard from you in a while...
>>>>I am using APPEND BLANK with table buffering, is it preferably to use INSERT INTO with table buffering?
>>>>:)))))
>>>
>>>insert into is preferrable almost all the time
>>
>>especially assuming multiple manipulations with buffering, etc.:)
>...yeah...what they said! //:^)
>Still having problems with the dups. I know that there are bugs using table buffering. I dont recall specifically what they are, but nevertheless I dont like table buffering because it consumes a lot of network and work station resources (from what I understand). Unless you are adding multiple records (child records) that may need to be "undone" then you should try to stay with record buffering. //:^)
I took care of the dups.. In the UNLOAD event, I coded:
scan empty(field_name)
blank
delete
endscan

When I add, I scan for deleted() and recall.
Just like to you showed me... :))))))
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform