Search found 13 matches

by ror0n
11.12.2014, 06:51
Forum: ZeosLib 7.2 Forum
Topic: multi user not showing changes on Zeos7.2-beta 3533 and D7
Replies: 2
Views: 1009

Re: multi user not showing changes on Zeos7.2-beta 3533 and

Tried the rev 3542 and test it did fix the problem. Thanks for your help. There is still problem with downloading zeos 7.2 beta branches from new. Whenever I did svn checkout from new folder and click OK there is some component will stop download and tortoise svn will get timeout error. For example ...
by ror0n
05.12.2014, 13:02
Forum: ZeosLib 7.2 Forum
Topic: multi user not showing changes on Zeos7.2-beta 3533 and D7
Replies: 2
Views: 1009

multi user not showing changes on Zeos7.2-beta 3533 and D7

I'm using the latest Zeos 7.2 beta 3533 and Delphi 7, the transact isolation level is tiReadCommited which I didn't have any problem with beta 3513 The problem is when using multi user if I insert a record in a table in computer A, the new record not showing in computer B even after I refreshing the...
by ror0n
06.07.2014, 13:16
Forum: ZeosLib 7.2 Forum
Topic: problem installing zeos 7.2 rev 3203 on delphi 7
Replies: 5
Views: 1987

Re: problem installing zeos 7.2 rev 3203 on delphi 7

Hi Michal,

Thx it already installed, case closed.

Thx for your help again :)
by ror0n
06.07.2014, 07:24
Forum: ZeosLib 7.2 Forum
Topic: problem installing zeos 7.2 rev 3203 on delphi 7
Replies: 5
Views: 1987

Re: problem installing zeos 7.2 rev 3203 on delphi 7

Hi Michal, thx for your replies Tried your suggestion but still the same error, error while trying to install ZComponentDesign, I already Compile all component except ZComponentDesign. I tried rev3209 but still the same error. So I'm still need your help here, thx again Edit : Should I use the fix y...
by ror0n
05.07.2014, 16:20
Forum: ZeosLib 7.2 Forum
Topic: problem installing zeos 7.2 rev 3203 on delphi 7
Replies: 5
Views: 1987

problem installing zeos 7.2 rev 3203 on delphi 7

Hello there, need a little help here When I try to install zeos 7.2 rev 3203 on delphi 7 (windows xp 32 bit) i got error message "The procedure entry point @Zfastcode@UnicodeToUInt64Def$qqrx17System@WideStringXi could not be located in the dynamic link library ZCore70.bpl" How to fix this?...
by ror0n
07.02.2014, 04:40
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

Ok, thx for the explanation,
I'll try to change the format or rework my code, thx alot.
by ror0n
06.02.2014, 17:59
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

Just tried on my program, alias with spaces is working fine but there is another error, I don't know if this is the issue with DBGrid component(I used third NextDBGrid component) or the zeos, If I use DBGrid.Cells[x,x] (DBGrid Columns as NumberColumn and Firebird data type is Decimal) it return with...
by ror0n
06.02.2014, 17:15
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

@ miab3
thank you sir, it worked.
Before i tried your package, I tried rev 3097 and it worked too, I don't know what's wrong with the rev 3099.
by ror0n
06.02.2014, 16:00
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

already uninstall pervious zeos installation, still the same error.
I install on windows XP running on virtualbox, pls tell me what I do wrong?
This is the screenshot of the error
Untitled.jpg
by ror0n
06.02.2014, 04:26
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

Thank you for all your help sir. Really appreciate it. Edit : Try to install Zeos7.2-alpha branches_ testing_r3099 on Delphi 7 there's an error on installing ZComponentDesign with this error "The procedure entry point @Zmessages@_SInvalidUpdateCount could not be located in the dynamic link libr...
by ror0n
29.01.2014, 04:46
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

Thank you for your help sir.
Last question, the link above seems on zeos 7.2 so if there is a fix then only zeos 7.2 will be fixed or 7.1 will be fixed too?
by ror0n
27.01.2014, 17:30
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

Re: error on zupdatesql alias

I use firebird 2.5 with Delphi 7.0 Before upgrading to 7.1.3a stable version of Zeos i used 7.0.4 stable and it is working fine with 7.0.4 stable. I already tried installing 7.0.4 stable again and it's working fine again. Tried 7.1.3a stable again then it that error again. If not allowed to use spac...
by ror0n
23.01.2014, 10:20
Forum: ZeosLib 7.1 stable Forum
Topic: error on zupdatesql alias
Replies: 15
Views: 3895

error on zupdatesql alias

Need Help here, I just upgraded my Zeos Component from 7.0 stable (which is working fine) to 7.1 stable and there is an error I don't know how to fix. Here is the sample code, ZQuery1.cachedupdates = true : procedure TForm1.Button1Click(Sender: TObject); begin ZQuery1.Close; ZQuery1.SQL.text := 'sel...