Search found 9 matches

by delmar grande
10.08.2022, 15:50
Forum: ZeosLib 7.3/8.0 Forum
Topic: Error install in Delphi xe2
Replies: 6
Views: 256

Re: Error install in Delphi xe2

miab3 wrote: 07.08.2022, 11:43 Try with these dpk.
DXE2_dpk.zip

Michał
thank you it worked
by delmar grande
06.08.2022, 17:57
Forum: ZeosLib 7.3/8.0 Forum
Topic: Error install in Delphi xe2
Replies: 6
Views: 256

Re: Error install in Delphi xe2

the error continues :(
by delmar grande
01.08.2022, 00:46
Forum: ZeosLib 7.3/8.0 Forum
Topic: Error install in Delphi xe2
Replies: 6
Views: 256

Error install in Delphi xe2

error install zeoslib 8 in Delphi xe2
by delmar grande
28.07.2021, 17:25
Forum: ZeosLib 7.2 Forum
Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
Replies: 7
Views: 713

Re: zeosdbo-7.2.14-stable BLOB corrupted from previous version

Hi, I had to do it like this, to work procedure TForm1.Button1Click(Sender: TObject); var xmlfile : TStringlist; begin xmlfile := TStringList.Create; xmlfile.LoadFromFile('TEST.xml'); ZConnection1.Database := ExtractFilePath(ParamStr(0)) + 'TEST.FDB'; ZConnection1.Connected := True; qrxml.Open; qrxm...
by delmar grande
28.07.2021, 15:23
Forum: ZeosLib 7.2 Forum
Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
Replies: 7
Views: 713

Re: zeosdbo-7.2.14-stable BLOB corrupted from previous version

Hello, in the version zeosdbo-7.2.4-stable it worked could leave if the blob was charset NONE it would impota without conversion.

I put it like that and I got an error
DID NOT WORK

CHARSET UTF8

Code: Select all

CREATE TABLE XML (
    XML BLOB SUB_TYPE 1 SEGMENT SIZE 80 CHARACTER SET UTF8)
by delmar grande
27.07.2021, 16:46
Forum: ZeosLib 7.2 Forum
Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
Replies: 7
Views: 713

Re: zeosdbo-7.2.14-stable BLOB corrupted from previous version

Hello, Windows 10 pro pt-br Delphi xe2 32 bits code ZConnection1.Database := ExtractFilePath(ParamStr(0)) + 'TEST.FDB'; ZConnection1.Connected := True; qrxml.Open; qrxml.Edit; //qrnotaXML.LoadFromFile('TEST.xml'); //(qrnotaXML As TWideMemoField).LoadFromFile('TEST.xml'); TBlobField(qrxmlXML).LoadFro...
by delmar grande
23.07.2021, 21:51
Forum: ZeosLib 7.2 Forum
Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
Replies: 1
Views: 475

zeosdbo-7.2.14-stable BLOB corrupted from previous version

error character import blob xml

Code: Select all

TBlobField(qrnotaXML).LoadFromFile('C:\nfe.xml');
by delmar grande
23.07.2021, 21:43
Forum: ZeosLib 7.2 Forum
Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
Replies: 7
Views: 713

zeosdbo-7.2.14-stable BLOB corrupted from previous version

error character import xml

Code: Select all

TBlobField(qrnotaXML).LoadFromFile('C:\nfe.xml');