Search found 51 matches

by mmvisual
24.07.2011, 07:19
Forum: 6.6 - stable
Topic: Cannot open SQLite Database with UTF-8 Filename (Lazarus)
Replies: 5
Views: 1040

Cannot open SQLite Database with UTF-8 Filename (Lazarus)

Hello, My Path is: "J:\TestInstall\Neuer Ordner\undÜ ü ßß ö Ö ż łćó ss" This Path contains characters where are not codet in the Ansi Character Set. But the SQLite DLL can this characters. I have change one line in the code, just ist work better: src\plain\ZPlainSqLiteDriver.pas function T...
by mmvisual
27.01.2011, 20:33
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5852

@mdaems
can you make a new ZIP-Download "V6.6.7alpha" on this side?
http://zeos.firmos.at/portal.php

And open a new forum section "V6.6.7"?

Then I think more users can write here thinks and help to make a V6.6.7.

Thank you very much,
Markus
by mmvisual
27.01.2011, 08:31
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5852

I have installed a new linux, then I have found a new problem. After installing all, I have want made a test mit MySQL. In Ubuntu, I have must install: sudo apt-get install mysql-client After this installation was there in "/usr/lib/" the file "libmysqlclient.so.16" but the ZEOS ...
by mmvisual
25.01.2011, 20:16
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5852

Hello,

My changes from Posted: 14.01.2011, 10:46 woking with FPC2.5.1/Laz0.9.31 with Linux correct, I have test it today.

@mdaems
You can make a new release V6.6.7

Markus
by mmvisual
14.01.2011, 09:46
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5852

I have correct the file an test. It have not work with my Linux-Test.

The Test:
Windows + FPC2.4.2 + L0.9.29 > OK (MySQL)
Windows + FPC2.5.1 + L0.9.31 > OK (MySQL)
Linux + FPC2.4.2 + L0.9.29 > OK (SQLite)

It need a test with Linux and FPC >= 2.5.0.

Here the File:
by mmvisual
08.01.2011, 21:06
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5852

Hello, Sorry, I have not read the thread. I have test it with: - Lazarus-0.9.29-28634-fpc-2.4.2-20101206-win32.exe - Lazarus-0.9.31-28871-fpc-2.5.1-20110106-win32.exe With both versions work my change correct. No other change is required. If you can german, vou can read here: http://www.lazarusforum...
by mmvisual
07.01.2011, 15:04
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5852

Solution for ZEOS 6.6.6 with >= FPC2.5.x

Hello, I have change to FPC 2.5.1 and then I cannot install the componente V6.6.6, there comes a error. Then I have change in the File "ZClasses.pas" the lines: TContainedObject = class(TAggregatedObject, IInterface) protected function QueryInterface({$IFDEF FPC_HAS_CONSTREF}constref{$ELSE...
by mmvisual
20.12.2010, 07:39
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

I have not find out the mistake. I use the old release, but I use Lazarus.
by mmvisual
12.11.2010, 20:04
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

Bookmarks: I have a application who can use this 4 databases. And I have in all 4 databeses the same data stored. If you want, I can send you my firebird and SQLite database an the source code, then you can see/debug it self. (write me a mail, but a lot of codelines ;) ) For blob, I think the first ...
by mmvisual
11.11.2010, 21:39
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

I have test again with bookmarks, but with firebird does it not work. Here is my code: procedure TfrmKisteTausch.btnBauteilInFachClick(Sender: TObject); Var q: TZQuery; sqq: TZSequence; tn: TTreeNode; i, iB, iL: Integer; Procedure CreateSequence(Var sq: TZSequence; Var q: TZQuery; Const sGen: String...
by mmvisual
11.11.2010, 06:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

OK, I have test it. The bookmark with the current SVN Version 845 is working mostly correct!

It work correct with:
- SQLite
- MySQL
- PostgreSQL

It does not work with:
- Firebird
by mmvisual
11.11.2010, 06:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

I use the databases with my application: - sqlite-3 (Dll V3.7.3) - mysql-5 - postgresql-8 (with Database Engine V9) In Future my Application want use firebird-2.1 (V2.5), too. (Firebird does not work with V6.6.6. But I have include the extra code and it have work with V7.0Alpha) This test, I have do...
by mmvisual
08.11.2010, 22:53
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28850

I can help test the V7.0. I have write a application who use o lot functions. It use SQLite, MySQL and PostgreSQL and can use Firebird. Lazarus for Win and Linux. With joins and other difficuls querys, Multiselect and Pictures. You can see this program on www.mmvisual.de >> EleLa It's freeware.
by mmvisual
08.11.2010, 22:40
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

OK, I have found the svn version and install it. But with then I cannot start my exe, a new problem is comming: I have in my application pictures in the database. This pictures have maximal 64000 bytes size and are in PNG format. When I want load it then I use a stream. Bute the data in the stream a...
by mmvisual
08.11.2010, 21:28
Forum: ZeosLib 7.0 Beta Forum
Topic: Update for SQLite for Linux
Replies: 5
Views: 722

I have change the code to your example and test it.

It works fine, you can include it into your sourcecode.

Thank you very much.

Best regards, Markus