Search found 2 matches
- 26.12.2013, 11:22
- Forum: ZeosLib 7.1 stable Forum
- Topic: Delphi XE2 open result dataset from VIEW in SQLITE3
- Replies: 1
- Views: 585
Re: Delphi XE2 open result dataset from VIEW in SQLITE3
Never mind, I closed and opened the database, problem solved.
- 25.12.2013, 14:29
- Forum: ZeosLib 7.1 stable Forum
- Topic: Delphi XE2 open result dataset from VIEW in SQLITE3
- Replies: 1
- Views: 585
Delphi XE2 open result dataset from VIEW in SQLITE3
Using 7.1.2-stable in Delphi XE2 with SQLite3. I defined a VIEW in the database and now I want to show the resulting dataset on a Delphi dbgrid. The TZTable component only finds the tables, not the views. A TZQuery with an SQL statement SELECT * FROM <name of the view>; gives an error message when a...