[fpc-pascal] mixin feature

2009-12-23 Thread Bee Jay
Hi all, I'm now studying Qooxdoo (JS framework) to make ExtPascal-like tool based on it. Qooxdoo's OO implementation has mixin feature (http://en.wikipedia.org/wiki/Mixin ). Since this feature is not provided by object pascal language, I have trouble writing the library wrapper. For the firs

Re: [fpc-pascal] sql server embedded: sqlite the only solution?

2009-12-23 Thread Luca Olivetti
En/na JoshyFun ha escrit: SQLite is faster than Firebird, but take care that SQLite does not enforce foreign keys, so data integrity must be handled by the programmer "manually". It does, since version 3.6.19 (released in October). Before that you could enforce foreign keys using triggers, an

Re[4]: [fpc-pascal] sql server embedded: sqlite the only solution?

2009-12-23 Thread JoshyFun
Hello FPC-Pascal, Wednesday, December 23, 2009, 9:36:30 AM, you wrote: >> GG> I thought all data should be treated as important - otherwise why >> bother >> GG> saving it. :-) >> Check your temp folder :) i> That data is important, at least at one point it was, but no longer, thats i> what it was

Re: Re[2]: [fpc-pascal] sql server embedded: sqlite the only solution?

2009-12-23 Thread ik
On Tue, Dec 22, 2009 at 8:07 PM, JoshyFun wrote: > Hello FPC-Pascal, > > Tuesday, December 22, 2009, 3:18:27 PM, you wrote: > > GG> JoshyFun wrote: > >> etc. For serious projects with important data it has many deficiences. > > GG> I thought all data should be treated as important - otherwise why