Search found 385 matches

by seawolf
23.05.2012, 06:50
Forum: MySQL
Topic: Change login prompt
Replies: 1
Views: 2055

Hello,
I think you must implement it, because the login form, as you noted, providss only that 2 fields.

Regards
by seawolf
07.02.2012, 15:24
Forum: 6.6 - stable
Topic: ZeosLib 6.6.6 with DElphi 2010
Replies: 4
Views: 1059

Delphi 2010 = Delphi 14

Zeos 6.x does not support Delphi 2010, so you must download Zeos 7.x and compile packages contained in Delphi14 folder
by seawolf
04.02.2012, 19:11
Forum: 6.6 - stable
Topic: ZSQLProcessor paramcheck
Replies: 4
Views: 1089

A simple solution coulb be using AssingFile, Readln functions
The problem you noted is a Delphi common problem
by seawolf
04.02.2012, 19:08
Forum: MySQL
Topic: Lazarus x WIN CE 6.0 x ZEOS
Replies: 1
Views: 1530

Really sorry but at the moment Zeos lib does not works with WINCE
by seawolf
23.01.2012, 17:36
Forum: PostgreSQL
Topic: UTF8 Prob or Not
Replies: 4
Views: 2201

I think it is quite simple add a property, but, this is my personal opinion,
this property is set once when a DB is created or populated and not a runtime.

Anyway if there are other motivated requests I have no problem adding this property
by seawolf
18.01.2012, 17:28
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10691

I've checked the problem described on the tutorial and I commit the change.
The error was introduced on the XE package, but no one noted it.
by seawolf
31.12.2011, 18:40
Forum: MySQL
Topic: TZQuery update adding where clause to sql statement
Replies: 4
Views: 3522

Have you tried?

Dataconnect.GeneralQuery.FieldByName('logincnt').AsInteger := 1;
by seawolf
31.12.2011, 16:23
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7+Delphi2010+Postgresql9 does not show image in BD
Replies: 4
Views: 1082

Can you tell us the field type where image is stored? Is it a blob?
by seawolf
31.12.2011, 15:55
Forum: ZeosLib 7.0 Beta Forum
Topic: Row Buffer Width exceeded
Replies: 4
Views: 1015

The problem is on FB 2.5 a varchar(500) require 2000 bytes.
So 2000 x 20 (varchar fields) = 40k which exceed the limit (32767)
by seawolf
01.12.2011, 17:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10691

Hi, Can you tell which svn version has that bug?

Because I did a deep search into the source and I haven't found that error
by seawolf
28.11.2011, 22:15
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10691

Hi bernhard,
coould you send your tutorial to grenzil@hotmail.it?

By this way I'll publish to to the forum

Thank you
by seawolf
31.10.2011, 14:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos en Delphi Starter XE2
Replies: 6
Views: 2180

Hi,
could you try this file and report if all works?

Thank you
by seawolf
25.10.2011, 15:36
Forum: ZeosLib 7.0 Beta Forum
Topic: Error trying to compile version 949 on delphi XE2
Replies: 1
Views: 851

Could you please try this?
by seawolf
20.10.2011, 21:37
Forum: Firebird
Topic: How to insert/update pictures in Firebird
Replies: 1
Views: 3225

The following example is taken from test\dbc\ZTestDbcInterbase.pas procedure TZTestDbcInterbaseCase.TestBlobs; var Connection: IZConnection; PreparedStatement: IZPreparedStatement; Statement: IZStatement; ResultSet: IZResultSet; TextStream: TStream; ImageStream: TMemoryStream; TempStream: TStream; b...
by seawolf
20.10.2011, 16:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10691

Those packages ZDBc _XE2160.bpl (compile& Build OK) ZComponentr_XE2160.bpl - here cant compile Should not exists, thus I can't understand which ZEOSDboDev are you using ... I suppose you have a previous version of Zeos lib already installed, or attach your ZeosDboDev, in order to check where is ...