Re: [fpc-pascal] fpcup fails on Linux

2015-04-18 Thread David B Copeland
I also successfully built trunk (3.1.1) on Suse 13.1 from the fpcbuild.zip, last Thursday (I think). On 04/17/2015 07:22 AM, Stéphane Aulery wrote: > Le vendredi 17 avril 2015 à 01:39:40, Juha Manninen a écrit : >> I found a similar error from last December, experienced by Waldo Kitty : >> https

[fpc-pascal] Documentation for the UTF-8 Functions

2009-06-09 Thread David B Copeland
Can anyone point me to where the utf-8 functions are documented? I have tried looking in the docs for the RTL but could not find them. Thanks, Dave. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listin

Re: [fpc-pascal] SQL show tables

2009-01-14 Thread David B Copeland
On Tue, 2009-01-13 at 10:37 +, Martin Friebe wrote: > > > If you (the original poster) uses Mysql 5 or up, then "Show tables" is > not needed. Use the information-schema instead > > SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = > '/|db_name|/' > Yes, I tried t

Re: [fpc-pascal] SQL show tables

2009-01-13 Thread David B Copeland
On Tue, 2009-01-13 at 10:37 +, Martin Friebe wrote: > Joost van der Sluis wrote: > > Op maandag 12-01-2009 om 13:30 uur [tijdzone -0500], schreef David B > > Copeland: > > > > > >> "Query: Cannot open a non-select statement" > >>

Re: [fpc-pascal] SQL show tables

2009-01-12 Thread David B Copeland
the same error. Could the problem be that this is supported through a MySQLConnection, but not an ODBC connection? Dave. On Mon, 2009-01-12 at 09:41 -0800, ABorka wrote: > I think "execsql" never returns any records, you supposed to use "open" > for queries returning re

[fpc-pascal] SQL show tables

2009-01-12 Thread David B Copeland
Hi, I am trying to pre-fill a TComboBox with the all the tables in a database, without sucess. I am running Suse 10.3, a recent (within a week) Lazarus 0.9.27 from svn, FPC 2.2.2, 64-bit. The program uses a ODBCConnection to a MySQL database. The code I tried is: FormMyDB.Query.SQL.Clear; Fo