How to Update a record and not get orphan segments?
Frank Schima
frank-list2 at mindstarprods.com
Mon Aug 11 21:46:52 CDT 2003
Hi Trevor,
On Monday, August 11, 2003, at 07:40 PM, Trevor DeVore wrote:
> I have a question about updating records in Valentina and not getting
> orphan segments. I am using Valentina 1.9.8 (latest version) and
> Revolution 2.0.2. I have also done tests using the latest version of
> ViSQL. I am on OS X.2.6.
>
> I have a table with a field named Text which is of type Text; segment
> size:1024; language: English and indexed by words.
>
> If I execute the following SQL in ViSQL:
>
> UPDATE Section SET Text = '<p>test</p>' WHERE RecID = 1
>
> I then open the DB in Valentina. The data has been properly inserted
> but the Diagnose report says there are 7 orphan segments in the
> Section table.
>
> I experience the same problems when executing similiar SQL in
> Revolution using:
>
> put Valentina ("Database_SQLExecute", <db info>, SQL, 2,1,2) into
> tDBCursor
>
> Has anyone else experienced similar problems?
>
> If anyone has any pointers it would be appreciated.
Are you calling Flush on the database immediately after the Insert?
Best regards,
Frank
More information about the Valentina
mailing list