Search found 32 matches

by fcodebue
02.03.2009, 08:34
Forum: Firebird
Topic: Display progress when inserting a large blob
Replies: 3
Views: 1116

There's no this kind of features in zeosLib... but you can always write it ;)

It's a very nice feature...
by fcodebue
07.02.2009, 11:56
Forum: Firebird
Topic: Display progress when inserting a large blob
Replies: 3
Views: 1116

mmm

first upgrade to firebird 2.1.1
second you upgrade/download from a LAN or WAN (internet)?
third how do you make upload/download?
by fcodebue
30.01.2009, 17:38
Forum: 6.6 - stable
Topic: Zeos error with Firebird 2.05
Replies: 8
Views: 1058

tflessak wrote:I didn't use aliases (even on 2.04).
I tried both embedded and SuperServer.

That's really wierd.
try to copy firebird\bin\fbclient.dll to

<system32\fbclient.dll
<system32\gds32.dll

I'm not sure that it's changed... but try it...
by fcodebue
30.01.2009, 06:47
Forum: 6.6 - stable
Topic: Zeos error with Firebird 2.05
Replies: 8
Views: 1058

I try with a new installation of firebird 2.0.5 and zeosLib 6.6.4

no problem to open a zconnection
no problem open a zquery with this SQL

I use alias to connect to database, and you?
by fcodebue
22.11.2008, 16:17
Forum: MySQL
Topic: decimal and thousand separator
Replies: 0
Views: 598

decimal and thousand separator

I have a field defined DECIMAL(18,6) with a default value 100.000000 When I append a new record, I set default value using component TZSQLMetadada and this code: tabella_default := tzsqlmetadata.create(self); tabella_default.tablename := tabella_tablename; tabella_default.metadatatype := mdcolumns; ...
by fcodebue
10.11.2008, 16:15
Forum: Firebird
Topic: Zeos 6.6.2 Delphi 2006 Num-Field without Decimal in TBEdit
Replies: 4
Views: 630

or more simple you can do
gbak -b myolddb.fdb mybckdb.fbk
del myolddb.fdb
gbak -r mybckdb.fbk myolddb.fdb

NB fo rfdb name file use always a fullpath name
by fcodebue
29.09.2008, 21:38
Forum: Firebird
Topic: Copying the required dlls for the database client system dir
Replies: 11
Views: 1518

You can check default install dir with registry key HKEY_LOCAL_MACHINE\SOFTWARE\Firebird Project\Firebird Server\Instances into the string DefaultInstance you can find full path of firebird server installation. However you can use command line tool instclient i[nstall] [ -f[orce] ] fbclient.dll to a...
by fcodebue
11.08.2008, 05:48
Forum: Firebird
Topic: Data dilemma
Replies: 4
Views: 732

you cant make a FK on a not primary key field...

Foreign key would be a PK or a candidate key in referenced table
by fcodebue
10.07.2008, 22:39
Forum: Firebird
Topic: Firebird + Zeos + Events
Replies: 13
Views: 4491

mdaems wrote:Fabio, did you check Postgres? (I'm not a postgres user, but I heard about events or something similar)

Mark
checking...........
by fcodebue
10.07.2008, 20:32
Forum: Firebird
Topic: Prepare query command
Replies: 3
Views: 847

mdaems wrote: Dream on ;)
I 'm Firebird Foundation Committee Member, so ...
...Are you a candidate?
I will do, but I don't know when. I'm organizing FBCon 08 in Italy in september so I'm a bit busy at the moment...
But I wanna help, I believe a lot in this project!!!!
by fcodebue
09.07.2008, 21:55
Forum: Firebird
Topic: Prepare query command
Replies: 3
Views: 847

Prepare query command

I can't find prepare query command.
I know this is probably a firebrid only feature!
I need it to prepare a query and after this operation understand all fields, parameters datatype

query.FieldByName('FIELDNAME').Datatype....
by fcodebue
09.07.2008, 21:50
Forum: Firebird
Topic: Firebird + Zeos + Events
Replies: 13
Views: 4491

TonyG wrote:Hello to all.

I use MySQL with ZEOS and I need events too. I would like to know if is it possible to know when a table have been changed (insert, delete or just update a record) for refreshing the data.

Thanks in advance.

Anthony.
Events are ONLY a property of firebird. No other RDBMS have it ;)
by fcodebue
23.05.2008, 10:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZIBEventAlerter
Replies: 6
Views: 1562

I hoep to have some freetime to port to 6.x
by fcodebue
08.05.2008, 14:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZIBEventAlerter
Replies: 6
Views: 1562

noone remember where can I retrieve TZIBEventAlerter?

really?
by fcodebue
07.05.2008, 17:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZIBEventAlerter
Replies: 6
Views: 1562

TZIBEventAlerter

I need to develop event handler for firebird 2.0.x but I can't download TZIBEventAlerter from the site.
Someone can tell me if there is a copy somewhere and if is compatible with 6.5.x?