Search found 6 matches
- 11.04.2008, 16:26
- Forum: SQLite
- Topic: Disconnect ZConnection, so DB ist not used by the app
- Replies: 2
- Views: 1024
- 11.04.2008, 16:23
- Forum: SQLite
- Topic: Insert ID?
- Replies: 0
- Views: 907
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.
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.
- 09.04.2008, 17:13
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: File ZDbcSqLiteUtils.pas not found
- Replies: 1
- Views: 963
- 09.04.2008, 17:12
- Forum: SQLite
- Topic: Disconnect ZConnection, so DB ist not used by the app
- Replies: 2
- Views: 1024
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...
- 03.04.2008, 16:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: File ZDbcSqLiteUtils.pas not found
- Replies: 1
- Views: 963
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 = '...
- 17.03.2007, 20:45
- Forum: SQLite Administrator
- Topic: Feature Req: Alternative format for Boolean and Date format
- Replies: 0
- Views: 1802
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...