Search found 129 matches

by aperger
22.10.2008, 13:55
Forum: User Patches
Topic: Compile: K3 and D7+Crosskylix
Replies: 1
Views: 451

Compile: K3 and D7+Crosskylix

Hi All,

I send patch for : svn://firmos.at/zeos/branches/testing rev. 497.
This patch fixes a unit name in the uses list, so in this way the hole package can be used with Kylix3 and D7+CrossKylix

Attila
by aperger
26.11.2007, 10:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

Thanks, I will try...
by aperger
22.11.2007, 16:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

so... (continue) If the IsWriteble is always false the number of collected UpdateColoums is zero. procedure TZGenericCachedResolver.PostUpdates(Sender: IZCachedResultSet; UpdateType: TZRowUpdateType; OldRowAccessor, NewRowAccessor: TZRowAccessor); var Statement: IZPreparedStatement; SQL: string; SQL...
by aperger
22.11.2007, 16:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

Hi

I did some debugging. It looks me the problem is comming from "TZGenericCachedResolver.DefineUpdateColumns" function, because the IsWritable is false at the fileds which were modified!
by aperger
22.11.2007, 11:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

Hi again, I tried to use the TZSQLMonitor components. I got the following result, when I want to modify a filed in a DB Grid (ADO protocol and MSSQL 2005): 11:01:04 - SELECT * FROM TBIZONYLATFEJ 11:00:48 - SELECT * FROM TBIZONYLATFEJ 11:00:48 - SELECT * FROM TRIPORTOK 11:00:48 - SELECT COUNT(*) AS M...
by aperger
22.11.2007, 10:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

3. picture
by aperger
22.11.2007, 10:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

2. picture
by aperger
22.11.2007, 10:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

Hi All, I did some test with my program (the previous test program is almost same). I tried to connect to a local MySQL5 server with different protocols. 1. mysql-5 2. ado ("Provider=MSDASQL.1;Persist Security Info=False;Data Source=SmartStorage14MySQL") I got interesting result: I find so...
by aperger
21.11.2007, 14:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

Hi, Sorry... I need some time to test what you offer me... So... My SmartStorage application is running on PostgreSQL 8.0, FireBird 1.5-2.0, and MSSQL 2000-2005. I have no problem 'till yesterday, but now on MSSQL (with ADO protocol) I can not use TDBGrid. I have tested it today. It looks me, it is ...
by aperger
20.11.2007, 20:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid - ADO (MSSQL 2005, MySQL 5)
Replies: 11
Views: 2516

DBGrid - ADO (MSSQL 2005, MySQL 5)

Hi, I have a problem. I use a TDBGid component with a TZTable, TDBNavigator and a TDataSource in my project (in a utility program). I use this utility tool to correct some value directly in the database. Key-Settings: ZTable1.ReadOnly = False; DataSource1.AutoEdit = True; DataSource1.Enabled = True;...
by aperger
08.05.2007, 08:16
Forum: User Patches
Topic: [bug_fixed] TZMySQL323PlainDriver
Replies: 3
Views: 1680

Hello,

A Line Break is missing after the SslSet(...) function.

Attila
by aperger
07.05.2007, 14:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: PostgreSQL and XML into BLOB
Replies: 2
Views: 975

This BUG is the same as this:
http://zeos.firmos.at/viewtopic.php?t=1025
by aperger
07.05.2007, 14:21
Forum: User Patches
Topic: [bug_fixed] TZMySQL323PlainDriver
Replies: 3
Views: 1680

[bug_fixed] TZMySQL323PlainDriver

Hi, I found bug in (rev: 241; test SVN branch) ZPlainMySqlDriver.pas, there was not defined the header for: TZMySQL323PlainDriver = class (...) function SslSet(Handle: PZMySQLConnect; const Key, Cert, Ca, Capath, Cipher: PChar): Integer; Here is the patch: Index: src/plain/ZPlainMySqlDriver.pas ====...
by aperger
20.04.2007, 08:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oracle10g connect
Replies: 2
Views: 992

Yes,

Select ADO protocol and GO....
by aperger
30.03.2007, 13:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: PostgreSQL and XML into BLOB
Replies: 2
Views: 975

THE CONTENT: Hi, If I use PostgreSQL 7.4 (under Debian 4.0 testing) I can not save my XML report file into the DB, but If I use the PostgreSQL 8.1 (under Debian 4.0 testing) I can save it. This program is writen with Kylix3/Delphi7 and can run on Windows with PostreSQL 8.x and Firebird 1.0-1.5.x-2.0...