Re: [sqlite] problem with auto boot

2010-07-06 Thread Simon Slavin
On 6 Jul 2010, at 1:06pm, Daniel wrote: > Am 06.07.2010 13:28, schrieb Simon Slavin: >> >> >> It is probably trying to access a file in a folder it has no rights to. >> Perhaps the root folder of the boot drive. > > That was also my intention, so I copied the whole folder to my data > parti

Re: [sqlite] problem with auto boot

2010-07-06 Thread Daniel
Am 06.07.2010 13:28, schrieb Simon Slavin: > On 6 Jul 2010, at 10:36am, Daniel wrote: > > >> so now I used the full path to my database and it works fine. Thanks >> everyone for your help. >> To run on auto boot the program needed to have the full reference to the >> database otherwise it will

Re: [sqlite] problem with auto boot

2010-07-06 Thread Simon Slavin
On 6 Jul 2010, at 10:36am, Daniel wrote: > so now I used the full path to my database and it works fine. Thanks > everyone for your help. > To run on auto boot the program needed to have the full reference to the > database otherwise it will return an exception. It is probably trying to access

Re: [sqlite] problem with auto boot

2010-07-06 Thread Daniel
Hi, so now I used the full path to my database and it works fine. Thanks everyone for your help. To run on auto boot the program needed to have the full reference to the database otherwise it will return an exception. best regards Daniel ___ sqlite-us

Re: [sqlite] problem with auto boot

2010-07-06 Thread Daniel
Hi All, I tried a lot but no success. The Error message said following: /System.TypeInitializationException: Der Typeninitialisierer für "Sunbird_info.Event" hat eine Ausnahme verursacht. ---> System.Data.SQLite.SQLiteException: Unable to open the database file bei System.Data.SQLite.SQLite

Re: [sqlite] problem with auto boot

2010-07-02 Thread Roger Andersson
> Ämne: [sqlite] problem with auto boot > > Hi, > > no idea if it's the right way or place but I have a question > about the sqlite database. I did not found any solution in > other forums or by using google. > My problem: I wrote a simple program in c-sharp. Thi

Re: [sqlite] problem with auto boot

2010-07-02 Thread Simon Slavin
On 2 Jul 2010, at 9:26am, Daniel wrote: > My problem: I wrote a simple program in c-sharp. This program does > refers to a sqlite database. The program is in my auto boot so it shall > run by starting by pc. But every time the is an exception that the > database could not be opened. I have no ide

Re: [sqlite] problem with auto boot

2010-07-02 Thread Daniel
Am 02.07.2010 00:40, schrieb Simon Slavin: > On 1 Jul 2010, at 11:56am, Daniel Jung wrote: > > >> My problem: I wrote a simple program in c-sharp. This program does >> refers to a sqlite database. The program is in my auto boot so it shall >> run by starting by pc. But every time the is an exce

Re: [sqlite] problem with auto boot

2010-07-01 Thread Simon Slavin
On 1 Jul 2010, at 11:56am, Daniel Jung wrote: > My problem: I wrote a simple program in c-sharp. This program does > refers to a sqlite database. The program is in my auto boot so it shall > run by starting by pc. But every time the is an exception that the > database could not be opened. I ha

[sqlite] problem with auto boot

2010-07-01 Thread Daniel Jung
Hi, no idea if it's the right way or place but I have a question about the sqlite database. I did not found any solution in other forums or by using google. My problem: I wrote a simple program in c-sharp. This program does refers to a sqlite database. The program is in my auto boot so it shall