Re: [sqlite] sqllite3.dll

2005-11-23 Thread Peter Berkenbosch
ls > > Do a google search on Finisar+SQLite and you will find a .NET implementation. Very easy in use. Gr - -- +---+--+ : Peter Berkenbosch : : : : t: +31 (0

Re: [sqlite] Dotnet C# support

2005-10-28 Thread Peter Berkenbosch
t; > 0113 222 2058 (direct) > 0113 222 2000 (switchboard) > 0113 222 2001 (fax) > > - -- +-----------+--+ : Peter Berkenbosch : : : : t: +31 (0) 64 84 61653 : : PeR

Re: [sqlite] Richard Hipp Awarded Google-O'Reilly Open Source Award at OSCON 2005

2005-08-05 Thread Peter Berkenbosch
and began using it in earnest by being small as well as extremely fast > for all the most common database functions. Our server budgets also > thank you." > > Details at http://osdir.com/Article6677.phtml > > Concrats !! - -- +-

Re: [sqlite] time zone?

2005-07-01 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Leaf wrote: > sqlite> select time('now'); > 13:45:20 > > $ date > Fri Jul 1 08:45:37 CDT 2005 > > anyone know what's wrong? > > thanks, > Stephen > > the time -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (MingW32) iD4DBQFCxUrm9bwz

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
ion=3;New=True" > > mmm. looks like it only fails with version=2; thx for the input. - -- +---+--+ : Peter Berkenbosch : : : : t: +31 (0) 64 84 61653 : : PeRo ICT Solutions:

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
ou are using the ADOSQLiteDotNet provider from SourceForge, add > "New=True" to your connection string. > > > I tried that as well, but no succes. I will go into debug-mode :) - -- +-----

Re: [sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Berkenbosch wrote: > Stupid question, but how can i create an in-memory database with > SQLite.NET provider? When i use Data Source=:memory: i get an exception > that the specified file isn't found. > > Can anyone explain

[sqlite] SQLite.NET in-memory database creation

2005-06-30 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stupid question, but how can i create an in-memory database with SQLite.NET provider? When i use Data Source=:memory: i get an exception that the specified file isn't found. Can anyone explain to me how it is done ? Thanks in advance. Regards Peter

[sqlite] MPTT Implementation on SQLite with triggers

2005-06-23 Thread Peter Berkenbosch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I was wondering if there's someone who already implemented the Modified Preorder Tree Traversal (MPTT) algoritme in SQLite using triggers for the modifications (insert,update,delete) If so an example is highly appreciated, if not... well then

RE: [sqlite] Beginner Problem...

2005-02-17 Thread Peter Berkenbosch
EG: % sqlite3 test.db < /data/temp/test.sql -Oorspronkelijk bericht- Van: Claudio Bezerra Leopoldino [mailto:[EMAIL PROTECTED] Verzonden: donderdag 17 februari 2005 16:25 Aan: SQLiter Mailing List Onderwerp: [sqlite] Beginner Problem... I've used SQLite utility to learn about the librar

RE: [sqlite] Beginner Problem...

2005-02-17 Thread Peter Berkenbosch
Yes :) -Oorspronkelijk bericht- Van: Claudio Bezerra Leopoldino [mailto:[EMAIL PROTECTED] Verzonden: donderdag 17 februari 2005 16:25 Aan: SQLiter Mailing List Onderwerp: [sqlite] Beginner Problem... I've used SQLite utility to learn about the library, but have a doubt... I need to sub