Search found 19 matches
- 12.09.2008, 18:12
- Forum: 6.6 - stable
- Topic: Delphi 2007 - no components
- Replies: 2
- Views: 717
- 12.09.2008, 13:31
- Forum: 6.6 - stable
- Topic: Delphi 2007 - no components
- Replies: 2
- Views: 717
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...
- 26.06.2007, 01:31
- Forum: MySQL
- Topic: connect indirect to mysql via php-script
- Replies: 0
- Views: 1201
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...
- 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: 711
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...
- 18.12.2006, 13:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How to work with TIL?
- Replies: 0
- Views: 585
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...
- 18.08.2006, 00:47
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: installing in delphi 5
- Replies: 5
- Views: 1142
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...
- 17.08.2006, 01:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: installing in delphi 5
- Replies: 5
- Views: 1142
- 16.08.2006, 05:19
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: installing in delphi 5
- Replies: 5
- Views: 1142
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...
- 13.07.2006, 15:56
- Forum: MySQL
- Topic: Tablename as parameter
- Replies: 6
- Views: 1961
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...
- 13.07.2006, 15:07
- Forum: MySQL
- Topic: Tablename as parameter
- Replies: 6
- Views: 1961
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...
- 13.07.2006, 11:44
- Forum: MySQL
- Topic: Tablename as parameter
- Replies: 6
- Views: 1961
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 ...
- 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: 1219
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...
- 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: 1219
- 25.11.2005, 10:30
- Forum: 6.1.5
- Topic: Boolean-Field
- Replies: 2
- Views: 1193
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 ...
- 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: 2644