Search found 51 matches

by barko
08.01.2006, 20:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

eliast wrote: However why don't you ut this patch into the CVS tree. Anyway, not too much active development seen in last months...
I do not have access to CVS. Sorry.

About error: I have linux, you have windows with #13#10 lines end... my patch is for #10 line end... maybe is this issue...
by barko
08.01.2006, 19:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

Okay, here's the update. I removed the entire CVS repository and reinstalled zeros_rework branch. I then applied the patch. I got the same exact error page that I posted before. I'm not sure why this isn't working for me, because I'm following all the instructions go here and download my zeosdbo, i...
by barko
07.01.2006, 06:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

Please, do clean download from CVS (first remove old zeosdbo_rework), then apply patch. it will work. this procedure is tested and it work.
by barko
06.01.2006, 11:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

just grab latest cvs and apply patch now :) - for fpc 2.0.2 edit Zeos.inc and put in last line $R-
by barko
05.01.2006, 04:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

see first post - this is without patch for Zeos.inc

to zeos devs: can anyone apply this patch to CVS?
by barko
28.12.2005, 23:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

new patch with $R- (range checking off), now zeos work with all fpc versions... or not... look first post!
by barko
14.12.2005, 20:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11215

zeosdbo from cvs, lazarus and fpc

Hi! Patch for latest zeosdbo_rework from CVS for lazarus/fpc. Here is howto: 1. download latest zeosdbo_rework from cvs 2. copy zeosdbo_rework.diff to zeosdbo_rework directory 3. delete files: - zeosdbo_rework/src/dbc/ZPlainASA7.pas - zeosdbo_rework/src/dbc/ZPlainASA8.pas - zeosdbo_rework/src/dbc/ZP...
by barko
08.12.2005, 20:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: cant install on lazarus
Replies: 1
Views: 614

Re: cant install on lazarus

When i try to install zeosdbo_rework from cvs 07-december-2005 on lazarus svn updated on the same day i recive an error trying to open the package zdbc.lpk. The error message says it is unable to read the package file. Any ideas what could be wrong? Thanks I made this patch. I have fpc 2.0.1 and la...
by barko
18.11.2005, 01:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: problem of the zeoslib in the lazarus 0.9.11
Replies: 1
Views: 717

i have latest lazarus from svn, fpc from 0.9.10 packages of lazarus and latest zeosdbo from cvs (patched)... it works ok.
by barko
12.11.2005, 04:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo-6.5.1-13-10-2005 in Lazarus
Replies: 8
Views: 2408

use fpc from 0.9.10 packages... zeosdbo and latest fpc (not lazarus) are not compatible...
by barko
16.10.2005, 12:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo-6.5.1-13-10-2005 in Lazarus
Replies: 8
Views: 2408

You need latest fpc and lazarus from this link:klick

I think... :)
by barko
15.10.2005, 19:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus installation instructions
Replies: 1
Views: 835

Menu: Components -> Open Package File (.lpk)

Select all .lpk files from directory zeoslib\packages\lazarus.

Compile all packages in this order:

zcore
zparsesql
zplain
zdbc
zcomponent

and then hit on zcomponent install button.
by barko
15.10.2005, 19:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo-6.5.1-13-10-2005 in Lazarus
Replies: 8
Views: 2408

Here is my patch. I made some changes. It's work on lazarus for linux (latest svn lazarus and latest svn fpc 2.0.1).

please look here
by barko
24.09.2005, 00:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: varchar(32000) and zeosdbo
Replies: 2
Views: 1006

thanks for the tip, works like charm...

Code: Select all

update table set mynewfield = myoldfield;
:) thanks again