Re: [sqlite] SQLite4 question

2013-08-19 Thread Saito, Takuya
>On 19 Aug 2013, at 10:15am, Dan Kennedy  wrote:
>
>> Do permissions on files "ex1", "ex1-shm" or "ex1-log" and the
>> directory look Ok? Is the file-system local?
>
>Did it actually make three files with this name ?  Were they in a folder you 
>have write privileges for ?
>
>I have a vague memory that 'ex1' is actually a device name under Linux but 
>that may be 20 years old.
>
>Can you try it again, but this time specify a full path name for your database:
>
>sqlite4 /usr//test1.sqlite
>
>Simon.

Yes, the three files made with these names, and the files is made in the folder 
I have write privileges for.
And I tried it with a full path name for the database as you showed me.
But I got the same response ("Error: locking protocol").

Thanks,
Takuya.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



[Mitsubishi Electric Group]

KH-Automation Projects GmbH | Geschäftsführer: Manfred Pfaar, Hartmut Pütz, 
Tsuyoshi Kobayashi | Handelsregister: RG Kassel HT-Nr. B-7493 | Ust-IdNr.: 
DE813155353 | Sitz der Gesellschaft: Fuldabrück

Über das Internet versandte Emails können von Unbefugten verfälscht oder unter 
fremden Namen erstellt werden.
Wir verwenden ein handelsübliches Viren-Schutzprogramm, dennoch können wir 
Computerviren und ähnliches nicht ausschließen.
Diese E-Mail ist vertraulich und allein für den Gebrauch durch die vorgesehenen 
Empfänger bestimmt.
Wenn Sie nicht der bestimmungsgemäße Empfänger sind, löschen Sie bitte die 
E-Mail.

[EFQM - Recognised for excellence 4 star - 2012]
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite4 question

2013-08-19 Thread Saito, Takuya
>>On 08/19/2013 03:44 PM, Saito, Takuya wrote:
>> Hi,
>>
>> I have a problem with sqlite4.
>>
>> When I tried to create a table,  the locking protocol error occurred.
>>
>>$sqlite4 ex1
>>SQLite version 4.0.0 2013-07-31 17:43:18
>>Enter ".help" for instructions
>>Enter SQL statements terminated with a ";"
>>sqlite> create table tbl1(one varchar(10), two smallint);
>>Error: locking protocol
>>
>> I want to know why locking protocol error has occurred.
>>
>> I downloaded "qce1a04efd"(2013-07-31 17:43:18) from sqlite.org and compiled 
>> it with "Makefile.linux-gcc".
>>
>> This is a result of "uname -a".
>> Linux [hostname] 3.0.76-0.11-pae #1 SMP Fri Jun 14 08:21:43 UTC 2013
>> (ccab990) i686 i686 i386 GNU/Linux

>Do permissions on files "ex1", "ex1-shm" or "ex1-log" and the directory look 
>Ok? Is the file-system local?
>
>Dan.

Yes, It looks Ok, and file-system is local.

Takuya.




[Mitsubishi Electric Group]

KH-Automation Projects GmbH | Geschäftsführer: Manfred Pfaar, Hartmut Pütz, 
Tsuyoshi Kobayashi | Handelsregister: RG Kassel HT-Nr. B-7493 | Ust-IdNr.: 
DE813155353 | Sitz der Gesellschaft: Fuldabrück

Über das Internet versandte Emails können von Unbefugten verfälscht oder unter 
fremden Namen erstellt werden.
Wir verwenden ein handelsübliches Viren-Schutzprogramm, dennoch können wir 
Computerviren und ähnliches nicht ausschließen.
Diese E-Mail ist vertraulich und allein für den Gebrauch durch die vorgesehenen 
Empfänger bestimmt.
Wenn Sie nicht der bestimmungsgemäße Empfänger sind, löschen Sie bitte die 
E-Mail.

[EFQM - Recognised for excellence 4 star - 2012]
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite4 question

2013-08-19 Thread Saito, Takuya
Hi,

I have a problem with sqlite4.

When I tried to create a table,  the locking protocol error occurred.

  $sqlite4 ex1
  SQLite version 4.0.0 2013-07-31 17:43:18
  Enter ".help" for instructions
  Enter SQL statements terminated with a ";"
  sqlite> create table tbl1(one varchar(10), two smallint);
  Error: locking protocol

I want to know why locking protocol error has occurred.

I downloaded "qce1a04efd"(2013-07-31 17:43:18) from sqlite.org and compiled it 
with "Makefile.linux-gcc".

This is a result of "uname -a".
Linux [hostname] 3.0.76-0.11-pae #1 SMP Fri Jun 14 08:21:43 UTC 2013 (ccab990) 
i686 i686 i386 GNU/Linux

Thanks,
Takuya



[Mitsubishi Electric Group]

KH-Automation Projects GmbH | Gesch?ftsf?hrer: Manfred Pfaar, Hartmut P?tz, 
Tsuyoshi Kobayashi | Handelsregister: RG Kassel HT-Nr. B-7493 | Ust-IdNr.: 
DE813155353 | Sitz der Gesellschaft: Fuldabr?ck

?ber das Internet versandte Emails k?nnen von Unbefugten verf?lscht oder unter 
fremden Namen erstellt werden.
Wir verwenden ein handels?bliches Viren-Schutzprogramm, dennoch k?nnen wir 
Computerviren und ?hnliches nicht ausschlie?en.
Diese E-Mail ist vertraulich und allein f?r den Gebrauch durch die vorgesehenen 
Empf?nger bestimmt.
Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die 
E-Mail.

[EFQM - Recognised for excellence 4 star - 2012]
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users