thank you it worked
Search found 9 matches
- 10.08.2022, 15:50
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Error install in Delphi xe2
- Replies: 6
- Views: 262
- 06.08.2022, 17:57
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Error install in Delphi xe2
- Replies: 6
- Views: 262
Re: Error install in Delphi xe2
the error continues
- 05.08.2022, 21:44
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Error install in Delphi xe2
- Replies: 6
- Views: 262
- 01.08.2022, 00:46
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Error install in Delphi xe2
- Replies: 6
- Views: 262
Error install in Delphi xe2
error install zeoslib 8 in Delphi xe2
- 28.07.2021, 17:25
- Forum: ZeosLib 7.2 Forum
- Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
- Replies: 7
- Views: 772
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...
- 28.07.2021, 15:23
- Forum: ZeosLib 7.2 Forum
- Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
- Replies: 7
- Views: 772
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
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)
- 27.07.2021, 16:46
- Forum: ZeosLib 7.2 Forum
- Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
- Replies: 7
- Views: 772
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...
- 23.07.2021, 21:51
- Forum: ZeosLib 7.2 Forum
- Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
- Replies: 1
- Views: 518
zeosdbo-7.2.14-stable BLOB corrupted from previous version
error character import blob xml
Code: Select all
TBlobField(qrnotaXML).LoadFromFile('C:\nfe.xml');
- 23.07.2021, 21:43
- Forum: ZeosLib 7.2 Forum
- Topic: zeosdbo-7.2.14-stable BLOB corrupted from previous version
- Replies: 7
- Views: 772
zeosdbo-7.2.14-stable BLOB corrupted from previous version
error character import xml
Code: Select all
TBlobField(qrnotaXML).LoadFromFile('C:\nfe.xml');