Well...
At 23:17 2/1/2007 +0000, you wrote:
Thanks, yes, I somehow didn't think my explanation made sense and in fact I
just had another Excel crash, caused by the same call to sqlite_get_table.
I just can't understand why this is happening.
There is a valid connection, there is a valid SQL, the DB file is there and
working otherwise fine, etc.
The wrapper works otherwise 100% perfect and I only have the problem in this
particular procedure. I guess there must be a VBA bug then, but I just can't
find it.
Is it possible that you are using the array returned by the function after
you close the database, and that the VB wrapper frees the data when the
database is closed?
If that is the case, you will probably get a crash as you are accessing a
memory that was already freed.
Guy
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------