Search found 95 matches

by sfxcc
18.06.2011, 14:46
Forum: Firebird
Topic: Blob Stream
Replies: 0
Views: 1116

Blob Stream

Why does zeos load the stream on the fly ?? I used fb to create a file structure with directories and so on. But when it haves a large blob it takes a lot to change "dir" when i zquery that folder .... DOES ZEOS load blob when select * from FILELIST where my folder = 'ICONS'; when filelist...
by sfxcc
18.06.2011, 14:40
Forum: Firebird
Topic: Is possible to remove Firebird deleted records from database
Replies: 10
Views: 5089

I have use Sweep from IBO doesnt this a firebird internal function ????
by sfxcc
17.06.2011, 18:11
Forum: Firebird
Topic: Blob stream out of memory.
Replies: 2
Views: 1454

Blob stream out of memory.

I triend to save a blob stream from loadfromfile() of 500 MB.

I just Outof memory! Why ??? Can you solve this.

Why using Blob stream takes a Lot to load a file of ex 60 MB ... ???? can it be faster ????
by sfxcc
17.06.2011, 18:08
Forum: Firebird
Topic: Is possible to remove Firebird deleted records from database
Replies: 10
Views: 5089

Is possible to remove Firebird deleted records from database

Is possible to remove Firebird deleted records from database????

i inserted records on a db till 130 MB

I deleted 100 mB .
I used Sweep from IBO but file still haves 130 MB.

How can i remove it from File ?????

And How can i change transact isolation to READ COMMIT on ZeosLib ????
by sfxcc
15.06.2011, 18:10
Forum: 6.6 - stable
Topic: zSequence -
Replies: 1
Views: 736

zSequence -

Can anyone explain why zquery have zSequence. If i have a multiple / user using db i cant do zsequnec.last id because it couldnot be that the last posted, and i cant use the Query 'insert etc ect returning id' because is visual control not supposed a mix. How can i have the last id on a open table o...
by sfxcc
10.06.2011, 23:33
Forum: Firebird
Topic: Does something it shouldnt.
Replies: 2
Views: 1275

I Found the Solution is Isolation Level must be READ COMMITED...

How Can i change From SNAPSHOT To READ COMMITED ???????
by sfxcc
08.06.2011, 21:47
Forum: Firebird
Topic: Does something it shouldnt.
Replies: 2
Views: 1275

Does something it shouldnt.

I have a Db on fb running and my program. If a open IBO change a value of a table post and commit it saves on db viewing by IBO or if i open a new program the new value is there. But on the first program if a zquery (select aname * from nametable) it returns the old value and not the new one. If i c...
by sfxcc
08.06.2011, 21:39
Forum: Off Topic
Topic: Smiles Hack
Replies: 4
Views: 24329

Smiles Hack

When a do a new post on "firebird forum" and click on View more Emoticons it appers a window sayingin that "trying to hack!!!" instead of smiles (because my browser blocks it ). So i seeams ya smilie is trying to do something not good. Pls check this out. PS: im using Chromium un...
by sfxcc
08.06.2011, 21:32
Forum: Firebird
Topic: Firebird,zeos,network
Replies: 1
Views: 1192

Is the zConnection.protocol Correct "firebird-2.0" rename the gds32.dll to fbclient.dll if you use embedded use "firebirdd-2.0" insted.

Should solve.
by sfxcc
26.05.2011, 22:30
Forum: PostgreSQL
Topic: Postgresql- Composite Types
Replies: 3
Views: 1709

Ok thanks,
but zeos lib works fine with it(composite types), like in the dbgrid as a tcolumn child columns????

????
by sfxcc
26.05.2011, 18:15
Forum: PostgreSQL
Topic: Postgresql- Composite Types
Replies: 3
Views: 1709

Postgresql- Composite Types

I use firebird but postgre have much more datatypes so i thinking to change to postgre.

I need to know if post gre suports Composite Types and if it have a embeeded server like firebird.


Thanks.
by sfxcc
13.11.2010, 13:25
Forum: Firebird
Topic: Filtering Timestamp with zeos and fb URGENT
Replies: 10
Views: 1344

Ok, forgot the result is boolean.. thinking on other stuff of the project. But i tried several ways and it didnt work.. and with zquery at first worked so .. supposed the before post. .. . Ill try it later cause i have to finish a project for lastweek... so with zquery is workin .. it stays by now w...
by sfxcc
12.11.2010, 00:54
Forum: ZeosLib 7.0 Beta Forum
Topic: Error filtering [myfield]=1
Replies: 5
Views: 493

Lol ,Ok .. didnt catch that... so .. I need to check further, but i dont think it will be easy then.

Ill try to understand a bit of the parser to try to help on this issue.
Then if i found a way i ll post it back.

Thanks mdaems.
by sfxcc
12.11.2010, 00:37
Forum: Firebird
Topic: Filtering Timestamp with zeos and fb URGENT
Replies: 10
Views: 1344

Ok , No bug,we can only use Boolean and Integer with "and" operator. so we can do a basic filter like = <> > < but not or "and" "or" "xor" ... etc. So is correct and documented then no problems with it. Whould be better we can filter double,Floats with it but ...
by sfxcc
09.11.2010, 20:17
Forum: Firebird
Topic: Filtering Timestamp with zeos and fb URGENT
Replies: 10
Views: 1344

I suppose it have a bug on date ill use then the zquery query. and later try to check if i found the prob on the code.


Thanks darkbow