Search found 202 matches

by ism
20.08.2012, 14:02
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

So far all working normally
by ism
19.08.2012, 20:48
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

EgonHugeist wrote:ism,
Ism, can i add your testscripts to our test-suites? This would be great to keep control about what's going wrong
Michael
Yes, of course
This is part of the large text price lists

I'll try to check tomorrow
by ism
18.08.2012, 17:26
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Cannot perform this operation on a closed dataset
Replies: 13
Views: 26572

Lazarus 1.1 ? What you want ?

On older stable versions of the same ?
by ism
18.08.2012, 17:03
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

insert into result_table (number_sapchasti,number_cross,brend,opisanie_sapchasti,cena_zakupki,nalichie,id_sklad_postavshika,skidki_procent,id_valuta) values ("87621-4L010","876214L010 // ELEC:HTD","Hyundai","Дзеркало праве / скло / // Accent /11--*/",279.96*(...
by ism
17.08.2012, 11:26
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

Packet from sniffer Wireshark insert into result_table (number_sapchasti,number_cross,brend,opisanie_sapchasti,cena_zakupki,nalichie,id_sklad_postavshika,skidki_procent,id_valuta) values ('42X811','','MS Group','Насос Г/У с эл.приводом Opel Astra H/Zafira, 1.6.1.8 \'05 тип',446.15,'5',380,0,3), ('10...
by ism
17.08.2012, 11:22
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

CREATE TABLE result_table ( id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, number_sapchasti VARCHAR(150) NOT NULL DEFAULT '?', number_sapchasti_compressed VARCHAR(150) NOT NULL DEFAULT '?', number_cross VARCHAR(150) DEFAULT '...', number_cross_compressed VARCHAR(150) DEFAULT '...', brend VARCHAR(50) ...
by ism
17.08.2012, 11:08
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

Error script insert into result_table (number_sapchasti,number_cross,brend,opisanie_sapchasti,cena_zakupki,nalichie,id_sklad_postavshika,skidki_procent,id_valuta) values ('42X811','','MS Group','Насос Г/У с эл.приводом Opel Astra H/Zafira, 1.6.1.8 \'05 тип',446.15,'5',380,0,3), ('10.774 R=10.413 R',...
by ism
15.08.2012, 17:02
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

I changed the script But a new problem http://workism.narod2.ru/pictures/screenshots/zeos_error_18.png If the script is first \' and later ; it pops up an error If delete ; in 'AUDI 100 A 9 /79-; PASS.T' all ok Example problem script insert into result_table (number_sapchasti,number_cross,brend,opis...
by ism
14.08.2012, 15:34
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug Incorrect work with : in ZSQLProcessor
Replies: 13
Views: 1490

[patch_done] Bug Incorrect work with : in ZSQLProcessor

Hello Found problem , with incorrect processing of the script I found the commit in which the problem occurs svn rev 1404 testing-egonhugeist in rev 1391 all working ok If the script is: if an exception occurs http://workism.narod2.ru/pictures/screenshots/zeos_error_17.png Example script http://work...
by ism
23.06.2012, 19:40
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

In order to have been little bugs need a clear and simple structure of the code. Is code of Zeos well organized? Is there a description of the purpose modules Zeos? I still do not know how it works. Need something like ZAbstractTable.pas - description ZGroupedConnection.pas - description In txt file...
by ism
23.06.2012, 11:32
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7.0 Stable, any time soon?
Replies: 5
Views: 2168

We must wait a couple of months, if the error is not, then releasing
by ism
21.06.2012, 11:46
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Not compile rev 1400 Lazarus
Replies: 1
Views: 413

[patch_done] Not compile rev 1400 Lazarus

Lazarus Index: src/plain/ZPlainMySqlDriver.pas =================================================================== --- src/plain/ZPlainMySqlDriver.pas (revision 1400) +++ src/plain/ZPlainMySqlDriver.pas (working copy) @@ -426,7 +426,7 @@ end; implementation -uses SysUtils, ZPlainLoader{$IFDEF DELPHI...
by ism
16.06.2012, 18:57
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] ZConnection.libraryLocation
Replies: 26
Views: 29516

Maybe problem with environment variables or antivirus
by ism
15.06.2012, 16:37
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] parambyname asstring error
Replies: 5
Views: 1564

Maybe
select * from sp_test(":usr", :num)

or

select * from sp_test(':usr', :num)