Search found 1 match

by kbboykin
05.11.2020, 14:51
Forum: ZeosLib 7.2 Forum
Topic: Convert ADO SQL to Zeos using SQLite
Replies: 1
Views: 132

Convert ADO SQL to Zeos using SQLite

What is the best way to convert this query from ado to zeos. I am using Delphi 2010 and SQLite.

Code: Select all

select * from course where startdate >= now order by startdate