Search found 2 matches

by francisco
14.02.2014, 10:02
Forum: ZeosLib 7.2 Forum
Topic: "in" statement
Replies: 1
Views: 635

"in" statement

what is the best way to work with "in" statement, and zeos query? example: ... query.sql.add('where fieldname in (:field) '); query.parambyname('field').AsIDontKnow := MaybeArray; I currently have to concatenate the string, to do this... is there a more elegant way than simply having to co...
by francisco
14.05.2013, 00:58
Forum: SQLite
Topic: create database with sqlite
Replies: 4
Views: 3220

create database with sqlite

how can create a new database with sqlite and ZeosLib?

what is the command that creates a new database file?