Search found 20 matches

by designshouse
29.06.2006, 13:52
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11596

I think Yes
by designshouse
29.06.2006, 13:03
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11596

If you are developing and distributing open source applications under the GPL License, then you are free to use MySQL under the GPL License.

http://www.mysql.com/company/legal/licensing/
by designshouse
09.01.2006, 14:16
Forum: Firebird
Topic: simple query with params
Replies: 9
Views: 3601

dmlager.zquery2.SQL.Clear;
dmlager.ZQuery2.SQL.Add('select * from "T_BUCHUNG" where "LAGERORT" = :vrLager order by :vrsort');
dmlager.ZQuery2.ParamByName('vrLarger').AsString:=vrLager;
dmlager.zquery2.ParamByName('vrsort').AsString:=vrsort;
dmlager.ZQuery2.Open;
by designshouse
19.12.2005, 08:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 and MySQL 5.1 - charset confusion
Replies: 5
Views: 1633

Zconnection component has property with name Properties. Put there this "Codepage=cp1250" Codepages Codepages will be determined by setting parameter "lc_ctype" or "Codepage" in TZConnection. This parameter must be added to the property Properties. E. g.: delphi: ZConec...
by designshouse
15.12.2005, 11:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 and MySQL 5.1 - charset confusion
Replies: 5
Views: 1633

i have the same problem. Any ideas ?