Search found 6 matches

by Schaelle
11.04.2008, 16:26
Forum: SQLite
Topic: Disconnect ZConnection, so DB ist not used by the app
Replies: 2
Views: 1014

Okay, i merged this function to an extern application.
by Schaelle
11.04.2008, 16:23
Forum: SQLite
Topic: Insert ID?
Replies: 0
Views: 901

Insert ID?

Is there a way to get the Insert ID (primary key) after exec an INSERT INTO Query in a ZQuery component?

Greetings
Schaelle


Edit: Okay, i have search specifical for Delphi and have nothing found, after search for SQLIte i have found "SELECT last_insert_rowid()". Done.
by Schaelle
09.04.2008, 17:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: File ZDbcSqLiteUtils.pas not found
Replies: 1
Views: 950

Working now. But with another code, i think there wer some erros in the SQL Query. Now i use ParamByName and so to avoid errors.
by Schaelle
09.04.2008, 17:12
Forum: SQLite
Topic: Disconnect ZConnection, so DB ist not used by the app
Replies: 2
Views: 1014

Disconnect ZConnection, so DB ist not used by the app

Hello, im working on a small application that used ZeosLib and a SQLite database. Currently i want to code a "database import" function, to overwrite the active SQLite database i must disconnect it from the connection. Only use ZConnection.Disconnect or set ZConnection.Connected to false i...
by Schaelle
03.04.2008, 16:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: File ZDbcSqLiteUtils.pas not found
Replies: 1
Views: 950

File ZDbcSqLiteUtils.pas not found

Hello, i have installed ZeosLib like in the QuickStart guide, placing some Zeos components and running the application work fine. But now i have placed a ZConnection in the designer with the following settings: object ZConnection: TZConnection Protocol = 'sqlite-3' Database = '.\db.s3db' Catalog = '...
by Schaelle
17.03.2007, 20:45
Forum: SQLite Administrator
Topic: Feature Req: Alternative format for Boolean and Date format
Replies: 0
Views: 1796

Feature Req: Alternative format for Boolean and Date format

Hello, I'm using SQLite Admin for adminstrate some database that I use while programming in Free Pascal under Lazarus using the TSQLite3DataSet. The problem the named DataSet using another format of SQLite Databases for Boolean and Date values: Boolean: 1/0 Date: Double (TDateTime format) (see Delph...