Felipe Monteiro de Carvalho wrote:
On Wed, Apr 2, 2008 at 7:46 PM, Luiz Americo Pereira Camara
<[EMAIL PROTECTED]> wrote:
See
http://www.geocities.com/camara_luiz/docs/dataset/dataset-tutorial-01.html
to know how to setup a db file dinamically
Thanks, that was indeed true, and the fil
On Wed, Apr 2, 2008 at 7:46 PM, Luiz Americo Pereira Camara
<[EMAIL PROTECTED]> wrote:
> See
> http://www.geocities.com/camara_luiz/docs/dataset/dataset-tutorial-01.html
> to know how to setup a db file dinamically
Thanks, that was indeed true, and the filename was hardcoded, but I
fixed it and t
Felipe Monteiro de Carvalho wrote:
Hello,
I have a simple project with sqlite 3. It's running on Windows with
FPC 2.2.0 and svn Lazarus, and my DLL is version is 3_5_7 downloaded
from official sqlite website.
It crashes at startup at sqlite3ds.pas at:
The strange part is that Lazarus run
On Wed, Apr 02, 2008 at 08:31:01AM -0300, Felipe Monteiro de Carvalho wrote:
> Hello,
>
> I have a simple project with sqlite 3. It's running on Windows with
> FPC 2.2.0 and svn Lazarus, and my DLL is version is 3_5_7 downloaded
> from official sqlite website.
>
> It crashes at startup at sqlite3
Hello,
I have a simple project with sqlite 3. It's running on Windows with
FPC 2.2.0 and svn Lazarus, and my DLL is version is 3_5_7 downloaded
from official sqlite website.
It crashes at startup at sqlite3ds.pas at:
procedure TSqlite3Dataset.InternalInitFieldDefs;
sqlite3_step(vm); //