Search found 2 matches

by pelleke
28.01.2008, 15:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos+Lazarus+OSX - Where are my DB libs?
Replies: 0
Views: 872

Zeos+Lazarus+OSX - Where are my DB libs?

Hey people! I ran into a problem while trying to use zeos with Lazarus on Mac OS X. The problem is that my MySQL Client Libraries are unfindable by lazarus. It's looking for the shared library libmysqlclient.so, but on a mac, no type of install of MySQL gives me that file! I tried using MySQL Binary...
by pelleke
03.06.2007, 13:01
Forum: MySQL
Topic: Auto-refresh just inserted records
Replies: 0
Views: 1311

Auto-refresh just inserted records

I am writing an app in which I use a TZQuery with a TZUpdateRecord. The query is a dataset of a datasource which I connected to a dbGrid. Now here is my problem: The TZQuery.SQL is SELECT prices.*, concerts.title as ct, concerts.start_time as st from prices left join concerts on prices.concert_id = ...