On Jun 26, 2006, at 2:22 AM, Marco Bambini wrote:

Norman,

in the meantime as a workaround you could write all your SQL statements inside an SQLSelect method.
Maybe just add something like this to your project:

Sub SQLExecuteUIFriendly (Extends db As REALSQLDatabase, sql As String)
        call db.SQLSelect(sql)
End Sub

so now you can use the new UI friendly:

db.SQLExecuteUIFriendly ("VACUUM")

Hope this help.

it will as I'd never thought of trying to run analyze or vacuum this way
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to