Search found 2 matches

by shmorsecode
14.12.2023, 18:10
Forum: ZeosLib 7.3/8.0 Forum
Topic: How to migrate TDateTimeField to TZDateTimeField?
Replies: 1
Views: 306

How to migrate TDateTimeField to TZDateTimeField?

Hi I've been tasked with upgrading a large project that used ZeosLib 6.5.1 from Delphi 2007 to Delphi 10.2. The original authors of the project had a habit of adding persistent fields everywhere, so obviously I ran into type mismatch on every field when opening any TZQuery. I wrote a program to help...
by shmorsecode
13.12.2023, 21:52
Forum: ZeosLib 7.3/8.0 Forum
Topic: How to pass a list of values to an IN operator?
Replies: 1
Views: 276

How to pass a list of values to an IN operator?

Hi everyone! This is my first post.

I've been wondering how would you pass a list of values given a query like this?

Code: Select all

SELECT * FROM MyTable T WHERE T.ID IN (:id_list)