RE: [sqlite] Rewriting SQLite APIs to Delphi

2003-11-07 Thread Bronislav Klučka
I know where the mistake is: this > int *pN, /* OUT: Number of columns in result */ is not AColumnCount:PInteger; but var AColumnCount:Integer; Klucka - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[sqlite] Rewriting SQLite APIs to Delphi

2003-11-07 Thread Bronislav Klučka
Hi there are 3 functions as described in SQLite homepage help int sqlite_compile( sqlite *db, /* The open database */ const char *zSql,/* SQL statement to be compiled */ const char **pzTail, /* OUT: uncompiled tail of zSql */ sqlite_vm **ppVm,