Ver Mensaje Individual
  #15  
Antiguo 23-10-2007
kakarotv5 kakarotv5 is offline
Miembro
 
Registrado: feb 2007
Posts: 162
Reputación: 18
kakarotv5 Va por buen camino
La solución es usar SQLite en Lazarus.

Mándame un MP cuando puedas y lo intentamos hacer, he conseguido instalar el paquete de SQLite en Lazarus pero no consigo configurarlo para que compile bajo Windows CE.

Mira aquí y aquí además se resuelve el problema de tener aplicaciones grandes.

Te pongo algunos comentarios de la gente para que veas que si que es posible usar bases de datos con Lazarus y Windows CE.

Cita:
Empezado por zaher
- embedded Firebird not need .NET !

I prefer SQLite becuase it is work in WinCE and i tested it there.
Cita:
Empezado por yury_sidorov
Cita:
Empezado por Legolas
Cita:
Empezado por yury_sidorov
I finally made the first public release of KOL-CE library.
Here is a project page: http://wiki.freepascal.org/KOL-CE

KOL-CE is ideal for WinCE development. EXE size of project with empty form starts from 47KB.

I hope it will be useful for all.
That's a gret news, really! I have just dropped a WinCE project because its big size Very Happy
Just a question: do you think it could be possible to use KOLCE and SQLite in the same project?
Sure. You can use database access components from FCL in KOL project. It will add 300-500KB to exe.
Also you can use some lightweight SQLite units which is not based on TDataSet. In such case there will be less footprint on exe size.
Also dont forget KOL does not have specialized DB controls (TDataSet based). You need to display data from tables using standard listview or something else.
K-ba tienes otro MP.

Saludos.

Última edición por kakarotv5 fecha: 23-10-2007 a las 17:50:37.
Responder Con Cita