Search found 19 matches

by Chaosworld
12.09.2008, 18:12
Forum: 6.6 - stable
Topic: Delphi 2007 - no components
Replies: 2
Views: 690

Your advice is like always perfect. I used Delphi 5 and Delphi 2007 on the same machine. I erased ZEOS in Delphi 5 and Delphi 2007. Than I installed it into 2007 first and after in Delphi 5. I only have to change the "Path"-variable in Windows and both are now running perfect together. Tha...
by Chaosworld
12.09.2008, 13:31
Forum: 6.6 - stable
Topic: Delphi 2007 - no components
Replies: 2
Views: 690

Delphi 2007 - no components

I'm trying to into ZEOS into Delphi 2007. I opened ZeosDbo.groupproj and started to install. The compiling works perfect till ZComponentDesign110.bpl But when I try to compile ZComponentDesign110.bpl I get the following error: "ZPropertyEditor, ZComponentReg, ZComponent entfernen. Es wurde(n) d...
by Chaosworld
26.06.2007, 01:31
Forum: MySQL
Topic: connect indirect to mysql via php-script
Replies: 0
Views: 1180

connect indirect to mysql via php-script

Hi I would like to connect to a mysql-server via internet. The problem is, that i can not connect direct to the SQL-Server. I am using a webspace where i can use php and that is able to connect to the sql-server. (webspace oben but the sql-server behind a firewall). My question now is, if anybody kn...
by Chaosworld
25.04.2007, 17:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZUpdateSQL with 2 Tabels with Autoinc-Field
Replies: 1
Views: 693

ZUpdateSQL with 2 Tabels with Autoinc-Field

Hi I'm using ZQuery with Select-Query and I am using this 2 tables: Artikel: ID : autoinc Name: string, ... AtikelBild: ArtikelID: integer Bild: blob, ... the query looks like this Select * from Artikel, AtikelBild where artikel.ID=artikelbild.artikelID This query works perfect, but is obvouslly not...
by Chaosworld
18.12.2006, 13:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How to work with TIL?
Replies: 0
Views: 567

How to work with TIL?

Hi, I am using the most new revision 187 of Zeos 6.6 with Delphi 5. I have only problems with the TransantIsolationLevel. I was starting with tiReadCommitted and went up to tiSerializable. I am using MySQL 4.1 but i also tried MySQL 5.0. The point is, that I want, that if someone in the network is e...
by Chaosworld
18.08.2006, 00:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: installing in delphi 5
Replies: 5
Views: 1115

Yes you are right with PSmallInt in ZPlainFirebirdInterbaseConstants. So nothing big, one just have to know that the PSmallInt is the same like ^SmallInt. And about ado, yes, in version 5 it was a special situation, only the enterprise-version was with ado, the other versions where without. I just h...
by Chaosworld
17.08.2006, 01:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: installing in delphi 5
Replies: 5
Views: 1115

Hi thanks for your answer and your wunderfull work, i only had to exchange one PSmallInt to ^SmallInt and erease all ado-components and all worked wunderfull. I installed "Testing branch(rev 90)" of your page. I never read before of this page. But now i saved it into my favorits to never f...
by Chaosworld
16.08.2006, 05:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: installing in delphi 5
Replies: 5
Views: 1115

installing in delphi 5

Hi I know that there are several discussions about the problem to install ZeosLib 6.5.1 into Delphi 5, like this http://zeos.firmos.at/viewtopic.php?t=545 and http://zeos.firmos.at/viewtopic.php?t=335 . Special the first one is very informative. I tried to follow the changings in the actual CVS-Vers...
by Chaosworld
13.07.2006, 15:56
Forum: MySQL
Topic: Tablename as parameter
Replies: 6
Views: 1916

Hi Terence I just tried your code and i get the same like at the beginning: SQL Error: You have an error in your SQL syntax; check the manual that correspond to your MySQL server version for the right syntax to use near ''l06_parameterdaten' where ...' at line 1. Well if really nothing works, i have...
by Chaosworld
13.07.2006, 15:07
Forum: MySQL
Topic: Tablename as parameter
Replies: 6
Views: 1916

Hi Terence thanks for your answer, but how do you mean it? I just tried it: with ZReadOnlyQuery2 do begin sql.Clear; sql.add('Select'); sql.add('IFNULL('); sql.add('(Select Ergebnis'); sql.add('from LTABLE'); sql.add('where Probennr=106010050'); sql.add('and Parameternr =19),'') Parameter'); ParamBy...
by Chaosworld
13.07.2006, 11:44
Forum: MySQL
Topic: Tablename as parameter
Replies: 6
Views: 1916

Tablename as parameter

Is it possible to submit the name of the table for a query as a parameter? I am using a query that is combined several times with union, so i would have to change several times the query. The original query looks like this (only an example, the original is more complex) Select Name by l06_parameter ...
by Chaosworld
26.11.2005, 01:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 6.5.1 or 6.1.5 for Delphi 5 Pro
Replies: 3
Views: 1191

hi hm strange, i installed it without changing of the reg-files, and i didn't had any problem. Very strange. Thanks for your advice. Did you installed the old 6.5.1 (of the year 2004) version or the new version? The new i couldn't install. if you was able to make it, i would be really insterest to g...
by Chaosworld
25.11.2005, 11:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 6.5.1 or 6.1.5 for Delphi 5 Pro
Replies: 3
Views: 1191

Well i am also using delphi 5 professional. I can tell you, that 6.1.5(stabel) works without any problem on delphi 5. There is only one Problem, delphi 5 prof. does not have ado, so you need to erease it. See here: http://seegernet.koolhost.de/zeosforum/viewtopic.php?t=30&highlight=ado but the a...
by Chaosworld
25.11.2005, 10:30
Forum: 6.1.5
Topic: Boolean-Field
Replies: 2
Views: 1171

I changed my complett Programm this way, that i do not use the command: .asboolean=True/False i use now .asinteger=0/1 this works without any problem This works with 6.1.5 and also with 6.5.1(alpha). I am using 6.5.1(alpha) from the year 2004, cos this works with delphi 5, the new versions does not ...
by Chaosworld
07.11.2005, 13:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 with Delphi 5 professional
Replies: 6
Views: 2577

wow
you are right
it really works :-D

THANKS

I just had to erease the ADO-Componets like always and all works :-D

Chaosworld