[fpc-pascal] TSqlite3Dataset

2008-01-06 Thread JK Smith at Grid-Sky



Luiz, 

Good work. How thread safe is your code? Tried any blob fields?

Thanks,
James



___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Maybe a new fpc book :)

2008-01-06 Thread Ingemar Ragnemalm

On Jan 5, 2008, at 11:11 AM, Florian Klaempfl wrote:
  

Marco Ciampa schrieb:


I work in a high school in Italy.
We are currently using fpc + gnuplot for math and phisics  
simulations.
In one lab we are currently starting to use Linux as the _sole_  
platform.


On Wed, Jan 02, 2008 at 12:35:57PM -0500, Anthony W. Henry wrote:
  
   1. What OS is most-used for Free Pascal? Windows?  
Linux?


80% windows and 20% Linux (this one growing)

  


Not OS X at all ? I am a bit surprised.
  


Me too, I am using FPC daily on OSX and have recommended many to do the 
same. It might not be many percent but certainly growing.


And there are so many other FPC platforms, so we better set aside a few 
percent for the rest of us.


Speaking of books for teaching FPC, could one not take an old classic 
Pascal book and update it with the news? There are many abandoned books 
that the author may enjoy seeing brought back to life. But maybe it is 
better to write it from the modern perspective from the start.



/Ingemar

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Maybe a new fpc book :)

2008-01-06 Thread Vincent Snijders

Ingemar Ragnemalm schreef:

On Jan 5, 2008, at 11:11 AM, Florian Klaempfl wrote:

Speaking of books for teaching FPC, could one not take an old classic 
Pascal book and update it with the news? There are many abandoned books 
that the author may enjoy seeing brought back to life. But maybe it is 
better to write it from the modern perspective from the start.




One of them is in Dutch called Turbo Pascal in de praktijk and can be 
retrieved from SVN: http://svn.freepascal.org/svn/tpidp/trunk/


Vincent
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] TSqlite3Dataset

2008-01-06 Thread Luiz Americo Pereira Camara

JK Smith at Grid-Sky wrote:


Luiz, 

Good work. How thread safe is your code? 


I don't have deep knowledge in thread programming so i can't answer 
that. The only thing i know about thread safe is that is bad to use 
global variables. TSqlite3Dataset does not uses.


If someones knows some flaw in this area please warn me.


Tried any blob fields?
  


Currently only memo is supported. BLOB is a planned feature to be 
present in the next major fpc release.


Luiz.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal