Search found 21 matches

by andrea.lai
02.07.2012, 18:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 MariaDB
Replies: 20
Views: 5546

EgonHugeist wrote:andrea.lai,

which protocol did you use for your stress tests? MySQL-5? Adding a new MySQL descendant PlainDriver and protocol name 'MariaDB' is no problem..

Michael
Is sufficient use normal mysql protocol.
I use MariDB 5.3.x version with Zeso 6.6.6 and Delphi7.

Bye
by andrea.lai
26.06.2012, 15:55
Forum: DB2
Topic: db2 native access
Replies: 3
Views: 11080

Hi Mark, I don't know if there is a interest to develop the native access to DB2. In the past DB2 is not a free database and I understand that was very difficult to use it for free. With new versions (DB2-Express C) now this very powerfull database is free and can be used with very minimal restricti...
by andrea.lai
26.06.2012, 15:35
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 MariaDB
Replies: 20
Views: 5546

I have made some stress test on MariaDB with Zeos 6.6.6 using Delphi7 on windows and Linux and it work very well.
by andrea.lai
13.09.2011, 08:41
Forum: MS SQL Server
Topic: Problem with String Fields Zeos 7
Replies: 7
Views: 2285

I use Delphi 7
by andrea.lai
12.09.2011, 18:36
Forum: MS SQL Server
Topic: Problem with String Fields Zeos 7
Replies: 7
Views: 2285

There is some people that can help me ?
by andrea.lai
11.07.2011, 16:13
Forum: MS SQL Server
Topic: Problem with String Fields Zeos 7
Replies: 7
Views: 2285

sorry, in .FieldByName().AsString.
I use SQL Server and not PostgreSQL ....
by andrea.lai
08.07.2011, 09:24
Forum: MS SQL Server
Topic: Problem with String Fields Zeos 7
Replies: 7
Views: 2285

Problem with String Fields Zeos 7

Where I try to read empty string with the .FieldByName property of I receive a 'N' value instead of an empy string.

Thanks
by andrea.lai
17.08.2010, 09:38
Forum: 6.6 - stable
Topic: Connect Databases through named pipes
Replies: 0
Views: 549

Connect Databases through named pipes

Hi,
is possible connect a database use standard protocol through named pipes instead of TCP/IP without ADO ?

For example can I use protocol mssql but connect with named pipes ?

Thanks
by andrea.lai
04.05.2010, 17:36
Forum: ADO
Topic: ADO + DB2
Replies: 0
Views: 1556

ADO + DB2

Hi, I use Delphi7 with zeos 6.6.6 . I have try to use ADO protocol to interact with DB2 database. I have try to create a new table with ZQuery and all run well. Now I have link a ZTable component and show the record with TDataset into a DBGrid but is not possible to edit or add record into the table...
by andrea.lai
27.11.2008, 20:39
Forum: PostgreSQL
Topic: Warning during console application
Replies: 13
Views: 1808

Hi Mark,

Sorry for the delay in my response.

Today I have seen that has been released version 6.6.4 and I soon only to prove the amendement made.

I can confirm that the application works correctly and no longer appears the unpleasant message.

Thank you very much.

Andrea
by andrea.lai
03.10.2008, 10:20
Forum: PostgreSQL
Topic: Warning during console application
Replies: 13
Views: 1808

the message appear in runtime. For example i create this query in my console application : DB := TZConnection.Create(nil); DB.HostName := 'localhost'; DB.User := 'postgres'; DB.Password := 'mypwd'; DB.Protocol := 'postgresql'; DB.Database := 'testdb'; ZQRY := TZQuery.Create(nil); ZQRY.Connection := ...
by andrea.lai
29.09.2008, 09:32
Forum: PostgreSQL
Topic: Warning during console application
Replies: 13
Views: 1808

Warning during console application

I have this problem. I have do a simple console application that use TZReadOnlyQuery to insert or update fields in some tables.
During the computing are displayed on video several lines containing the words "policy". You can disable this display ?

Thank You.
by andrea.lai
30.03.2006, 12:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Access to DB2 with Zeos
Replies: 2
Views: 754

Access to DB2 with Zeos

I have find that on Zeos Source there is any DB2 plain drivers but there isn't the dbc drivers.

How can compile to use this ?
by andrea.lai
03.02.2006, 11:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MICROSOFT SQL SERVER 2005 EXPRESS EDITION
Replies: 1
Views: 992

MICROSOFT SQL SERVER 2005 EXPRESS EDITION

I must connect my application to MS SQL SERVER 2005 EXPRESS EDITION, but if I try to connect with zeos object it can find ntwdblib.dll.

Can help me ?????

Thank's
by andrea.lai
26.01.2006, 12:15
Forum: PostgreSQL
Topic: Problem with TZTable/TZQuery - TableName and Fields names
Replies: 1
Views: 1957

Problem with TZTable/TZQuery - TableName and Fields names

Hi, I have create a program that use zeos object to connect mysql database and table. Now I wont test the program with PostgreSQL. The problem is that the name of the Table and fields must be between " char. There is a method to have the name of the table and of the field without this for no ch...