[Lazarus] from hfiandor 11 dic 2012

2012-12-11 Thread Héctor F . Fiandor Rosario
Dear fellows:

I am using SQLite3 for an application and I have a problem.

I need to use a table in an unit that don´t has a form -is a unit for ReadWrite 
procedures- and I can´t place the DataAccess for SQLite icom.

Please, in this cases, what to do?

Thanks in advance,

yours truly,

Ing. Héctor F. Fiandor Rosario
hfian...@infomed.sld.cu


  - Original Message - 
  From: Reinier Olislagers 
  To: Lazarus mailing list 
  Sent: Tuesday, August 21, 2012 8:36 PM
  Subject: Re: [Lazarus] TSQLDBLibraryLoader committed for SQLDB


  On 22-8-2012 10:02, Reinier Olislagers wrote:
   On 21-8-2012 22:10, Michael Van Canneyt wrote:
   Hi,
  
   After recent discussions about which library to load when loading DB client
   libraries, I changed the default names for Firebird, MySQL, Postgres.
   snip
   The component is registered now in the SQLDb package.
  
   Note that the use of the component is optional. It's only needed if you
   want
   to change the library name to something else as the default.
  
   Michael.
   
   Thanks Michael,
   
   Laz failed to compile for me with errors in registersqldb.
   Please see patch that fixes this in
   http://bugs.freepascal.org/view.php?id=22690
   
   Thanks,
   Reinier
   

  Zeljan had already fixed it - thanks Zeljan ;)

  Reinier

  --
  ___
  Lazarus mailing list
  Lazarus@lists.lazarus.freepascal.org
  http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--

Este mensaje le ha llegado mediante el servicio de correo electronico 
que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistem
a Nacional de Salud. La persona que envia este correo asume el compromiso de
 usar el servicio a tales fines y cumplir con las regulaciones establecidas


Infomed: http://www.sld.cu/


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] from hfiandor 11 dic 2012

2012-12-11 Thread Howard Page-Clark

On 12/12/12 1:40, Héctor F. Fiandor Rosario wrote:

Dear fellows:
I am using SQLite3 for an application and I have a problem.
I need to use a table in an unit that don´t has a form -is a unit for
ReadWrite procedures- and I can´t place the DataAccess for SQLite icom.
Please, in this cases, what to do?


Please do two things:
1 As has been requested of you several times, find out how to use your 
email client so that you can start a new thread for your questions, and 
not interrupt another thread every time.
2 Use a TDataModule for your table (File - New - Data Module), or 
create it in code by calling its constructor.




--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus