Hello Richard,

I'm sorry, but if I do :

1. Create a new directory.
2. Download sqlite 2.8.16 (Windows version for sqlite.org).
3. Create 2 files script1 and script2 (see attached):
4.  Run the commands:

  sqlite x1.dbx<script1.txt
  sqlite x2.dbx<script1.txt
  sqlite  myfile<script2.txt

I get this error on Windows XP and Windows W2K.

Best regards,

Laurent.

===
attach 'x1.dbx' as d1; 
attach 'x2.dbx' as d2;
detach d1;

 
create table documents (a);
create index i on documents(a);

 

Reply via email to