Re: insert fails in VFP9
- From: "Bubba Gump Shrimp" <none@xxxxxxxxxxxxx>
- Date: Mon, 6 Jun 2005 10:52:01 -0400
interesting. But what if I want to insert the blank at the top of the table?
previously I would have issued a "G O TOP" and then an "insert blank
before". Or what if I want to go to a cetain record and insert a blank
before or after that record. Append blank appears to only stick a blank
after the last record in the table.
Thanks for your help!
Buster
"Stefan Wuebbe" <stefan.wuebbe@xxxxxx> wrote in message
news:exkcn%23paFHA.4040@xxxxxxxxxxxxxxxxxxxxxxx
>
> "Bubba Gump Shrimp" <none@xxxxxxxxxxxxx> schrieb im Newsbeitrag
> news:ejNeURpaFHA.3808@xxxxxxxxxxxxxxxxxxxxxxx
>> ok, yet another issue I'm having trying to go from VFP8 to VFP9. When one
>> of my programs tries to issue an "insert blank" command, I get "INSERT
>> cannot be issued when row or table buffering is enabled or when integrity
>> constrainsts are in effect.
>>
>> How can I fix this?
>>
>> I tried putting this in my config.fpw file but it doesn't help:
>> CURSORSETPROP("buffering",1)
>
> Hi Bubba,
> The old "Insert" command (as opposed to Insert-SQL") is for backwards
> compatibility only - better use "Append Blank" instead.
>
>
> hth
> -Stefan
>
>
>
> --
> |\_/| ------ ProLib - programmers liberty -----------------
> (.. ) Our MVPs and MCPs make the Fox run....
> - / See us at www.prolib.de or www.AFPages.de
> -----------------------------------------------------------
>
.
- Follow-Ups:
- Re: insert fails in VFP9
- From: Dan Freeman
- Re: insert fails in VFP9
- From: KevClark64
- Re: insert fails in VFP9
- References:
- insert fails in VFP9
- From: Bubba Gump Shrimp
- Re: insert fails in VFP9
- From: Stefan Wuebbe
- insert fails in VFP9
- Prev by Date: Re: Number of recs in a index ?
- Next by Date: Poor subquery performance on UPDATE
- Previous by thread: Re: insert fails in VFP9
- Next by thread: Re: insert fails in VFP9
- Index(es):
Relevant Pages
|