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

2009-12-22 Thread JoshyFun
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 bother GG> saving it. :-) Check your temp folder :) -- Best

[fpc-pascal] Forum Merge Fwd: Examples - First contact ;-)

2009-12-22 Thread Osvaldo Filho
The first contact on new Forum for New Forum! ;-) -- Forwarded message -- From: Wanderlan Date: 2009/12/22 Subject: Examples To: forpas Ext JS Web forum interface example: http://www.extjs.com/deploy/dev/examples/forum/forum.html Database structure for a Web forum http://v

Re: [fpc-pascal] Forum merger

2009-12-22 Thread Osvaldo Filho
http://groups.google.com/group/forpas/about 2009/12/18 Graeme Geldenhuys : > Vincent Snijders wrote: >> >> The most important thing now is that (at least) one >> person actually starts *coding* and making his source available. Where is >> not that >> important. > > > I agree 100%. > > > > Regards

Re: [fpc-pascal] Forum merger 2

2009-12-22 Thread Osvaldo Filho
Ok! 2009/12/22 Graeme Geldenhuys : > Osvaldo Filho wrote: >> anything in the project, once registered as participants, with a >> schedule public, voting technologies: svn, git, googlegroups, OPF, db, >> other frameworks, etc. > > I say it again. Just register the project and start coding. You bein

Re: [fpc-pascal] Forum merger

2009-12-22 Thread Graeme Geldenhuys
Lee Jenkins wrote: > > Was "Field of Dreams" that long ago? Thanks Graeme, I don't think I felt > quite > as old before this. :-) Yeah, that was the movie I was referring too. :-) I just celebrated my 35 birthday, so now I feel very old (the downhill part is getting closer). But clearly your

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

2009-12-22 Thread Graeme Geldenhuys
JoshyFun wrote: > etc. For serious projects with important data it has many deficiences. I thought all data should be treated as important - otherwise why bother saving it. :-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/f

Re: [fpc-pascal] Forum merger

2009-12-22 Thread Lee Jenkins
Graeme Geldenhuys wrote: Bee Jay wrote: Yes, and it would take forever if no one dare to start it. ;) So Bee, register a project on SourceForge or GitHub and start coding. Maybe somebody will contribute at some stage. Like they said in some old movie: "Build it and they will come". Was "Fie

Re: [fpc-pascal] tstream files cross-platform ?

2009-12-22 Thread Jonas Maebe
On 22 Dec 2009, at 12:57, Dale Welch wrote: how do you make a saved tstream cross-platform? Use a twriter/treader to save/load data to/from the stream, then all endian issues will be taken care of automatically (and even converting between the x86' extended type and double on platforms th

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

2009-12-22 Thread Michael Van Canneyt
On Tue, 22 Dec 2009, Luiz Americo Pereira Camara wrote: Michael Van Canneyt escreveu: On Tue, 22 Dec 2009, JoshyFun wrote: 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". About the

[fpc-pascal] Re: OpenCL (Lourival Mendes)

2009-12-22 Thread Ingemar Ragnemalm
I have tried Dmitry's OpenCL interfaces, and they work just fine. I use it on a Mac using Lightweight IDE, and making OpenCL work through it using C or FPC is trivial; it just works. I don't know how hard it is to use it from Lazarus (which I can't run for unknown reasons) but it can't be very

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

2009-12-22 Thread Luiz Americo Pereira Camara
Michael Van Canneyt escreveu: On Tue, 22 Dec 2009, JoshyFun wrote: 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". About the "sqlite is faster": This depends highly on the kind of quer

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

2009-12-22 Thread JoshyFun
Hello FPC-Pascal, Tuesday, December 22, 2009, 1:46:33 PM, you wrote: >> 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". MVC> About the "sqlite is faster": MVC> This depends highly on the

Re: [fpc-pascal] Forum merger 2

2009-12-22 Thread Graeme Geldenhuys
Osvaldo Filho wrote: > anything in the project, once registered as participants, with a > schedule public, voting technologies: svn, git, googlegroups, OPF, db, > other frameworks, etc. I say it again. Just register the project and start coding. You being the first developer, you have the honour o

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

2009-12-22 Thread Luiz Americo Pereira Camara
JoshyFun escreveu: Hello FPC-Pascal, Tuesday, December 22, 2009, 12:55:07 AM, you wrote: ZD> I think you talk about Firebird embedded version 1.0, SQlite3 best than it ZD> I have Point of Sale application use Firebird 2.1 in desktop PC and ZD> Sqlite3 in Wince, the same project with same SQL st

[fpc-pascal] Forum merger 2

2009-12-22 Thread Osvaldo Filho
(google translate) Why not start? We did not start because it is not interesting or because can not be done? After all, is it possible to do a good job for the web in Pascal? Why not start a project for a Forum in Pascal, without specifying anything in the project, once registered as participants

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

2009-12-22 Thread Michael Van Canneyt
On Tue, 22 Dec 2009, JoshyFun wrote: Hello FPC-Pascal, Tuesday, December 22, 2009, 12:55:07 AM, you wrote: ZD> I think you talk about Firebird embedded version 1.0, SQlite3 best than it ZD> I have Point of Sale application use Firebird 2.1 in desktop PC and ZD> Sqlite3 in Wince, the same pro

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

2009-12-22 Thread JoshyFun
Hello FPC-Pascal, Tuesday, December 22, 2009, 12:55:07 AM, you wrote: ZD> I think you talk about Firebird embedded version 1.0, SQlite3 best than it ZD> I have Point of Sale application use Firebird 2.1 in desktop PC and ZD> Sqlite3 in Wince, the same project with same SQL statements (with a ZD>

[fpc-pascal] tstream files cross-platform ?

2009-12-22 Thread Dale Welch
how do you make a saved tstream cross-platform? for instance write.ansistring writes the length as a binary word in native format... which might not be the same native format on a different system. i am working on a program and need to save files which will be read on all systems. the data could b

Re: [fpc-pascal] OpenCL

2009-12-22 Thread Lourival Mendes
I found that URL, actually I'm on the same situation... I'm waiting for them to be applied... please correct me if I'm wrong, CUDA work only for NVidia and OpenCL should work for all GPU, right? and if I got the idea the OpenCL bindings submitted works only for Mac. Can I get and try it on Window

Re: [fpc-pascal] Forum merger

2009-12-22 Thread Florian Klaempfl
Paul Nicholls schrieb: >> >> For me, i like to see Pascal generate good web application, especially >> if it had Right To Left support :) > What is right to left support? Bidi support as e.g. semitic languages require. ___ fpc-pascal maillist - fpc-pas