Hi Hector,

You can just copy-paste the unit code here - we'll have a look, but it's 
best to write a set of SQL statements that can be run in any SQLite 
application (such as the sqlite3.exe command line interface) and see 
whether that too doesn't work right, and if it doesn't, then we have a 
definite case to look into it and try to fix the problem.

If you don't do that, people may just think the problem is somewhere in 
your code (which unfortunately is often the case).

Cheers,
Ryan


On 2015-10-22 07:51 PM, H?ctor Fiandor wrote:
> Dear Mr. Simon:
>
> First, thanks for learn to me that the list don?t admits attachments.
>
> Second, I am not sure that my problem if only with lazarus, the error
> messages appears when I try to copy a table to a transistory one, drop, and
> recreate the same table, and after that copy from the transistory one to de
> recent recreated table.
>
> I do the routines up to the error message appear. Then I close the table,
> and do an application.terminate. Then I start again but go to a phase2
> routines, following the logical plan, generally up to the end of process.
>
> I would try to do all this (copy, drop, create, re-copy and drop the
> temporary table) in a singles procedure (phase).
>
> Thanks in advance for your help,
>
> Yours,
> Ing. H?ctor Fiandor
> hfiandor at ceniai.inf.cu
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to