Search found 51 matches

by mmvisual
19.06.2013, 14:02
Forum: ZeosLib 7.1 stable Forum
Topic: Translation polskie - from "added by pawelsel"
Replies: 0
Views: 932

Translation polskie - from "added by pawelsel"

Hello,

in ZMessages.pas is the polish translation corrupt.

Can you post here your original translation for implement in the code?

regards Markus
by mmvisual
19.06.2013, 13:53
Forum: ZeosLib 7.1 stable Forum
Topic: Translation polskie - form "added by pawelsel"
Replies: 0
Views: 820

Translation polskie - form "added by pawelsel"

Hello,

in ZMessages.pas is the polish translation corrupt: ????

Can you post here your original translation for implement in the code?

regards Markus
by mmvisual
12.06.2013, 19:21
Forum: 6.6 - stable
Topic: SQLite timestamp problem
Replies: 5
Views: 3294

Set this parameter AsFloat and not AsDateTime, then it works good.
SQLite is a simple database and cannot decode all DateTime formats from all counties.
by mmvisual
08.06.2013, 21:49
Forum: ZeosLib 7.0 Stable Forum
Topic: Problem with query with SQLite
Replies: 19
Views: 7025

I have make a small test: Lazarus V1.1.41121/32 ZEOS V7.0.3 Win8/64 New Application, put TZConnection, TZQuery, TDatasource, TDBGrid. A existing Database, SQLite and "SELECT * FROM adr", set in designer as "TZQuery.Active" an I see the Data in the designer. It works good with Win...
by mmvisual
08.06.2013, 20:41
Forum: ZeosLib 7.1 stable Forum
Topic: [patch_done] Small changes for Protocol "mssql"
Replies: 3
Views: 761

Hallo Michael, I have skype active. I have think so, too. The hard coded DateTime format is not good. But I do not know the right way. I think a parameter in TZConnection is the best way. Then all users can see it in the Objectinspektor and change the settings how they want. (the same like "Lib...
by mmvisual
08.06.2013, 18:16
Forum: ZeosLib 7.0 Stable Forum
Topic: Problem with query with SQLite
Replies: 19
Views: 7025

I have the same Problem with Lazarus for MAC, but in Windows, it works. MacOS 10.4, Lazarus SVN 1.1.41557, Zeos SVN 7.1.0 2286 - Creat new App/Form - Put TZConnection and TZReadOnlyQuery and set sqlite-3/existing File/Connection/SQL "SELECT * FROM adr" - Open the Query >> Error In Windows ...
by mmvisual
07.06.2013, 20:42
Forum: ZeosLib 7.1 stable Forum
Topic: [patch_done] Small changes for Protocol "mssql"
Replies: 3
Views: 761

[patch_done] Small changes for Protocol "mssql"

I have use Zeos 7.0.3 and include some changes for using mssql driver. The problems where I have fixed: - Date format for Insert/Update - reserved Keywords - Accept the field type "VARBINARY(MAX)" (No 37), it is a BLOB (I have change it for Sybase, too but not testet. In attachment my corr...
by mmvisual
04.05.2012, 17:48
Forum: Feature Requests
Topic: Maybe improve the design of icons
Replies: 20
Views: 4464

Here the file for variant 3:
ZComponentReg.lrs

Only change this file an reinstall ZEOS.
by mmvisual
03.05.2012, 21:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Master-Detail with Zeos
Replies: 10
Views: 4548

Here the right code: var Master,Detail:TzQuery ds_Master:TDatasource; Begin // Create Master:=TzQuery.Create(application); Detail:=TzQuery.Create(application); ds_Master:=TDatasource.Create(application); Master.connection:=Zconnection1; detail.connection:=Zconnection1; ds_Master.dataset:=Master; // ...
by mmvisual
26.04.2012, 15:29
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Add a extra Library / Path for search.
Replies: 3
Views: 886

Hello Mark, Thank you very much. Michael have exactly do it and it works very nice. Here is my Code: function LoadLibTest(s: String): Boolean; Var h: THandle; Begin {$ifdef LINUX} h := dynlibs.LoadLibrary(PAnsiChar(s)); {$else} h := LoadLibrary(PChar(s)); {$endif} If (h <> 0) {$ifndef LINUX} And (h ...
by mmvisual
17.04.2012, 16:26
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Add a extra Library / Path for search.
Replies: 3
Views: 886

[patch_done] Add a extra Library / Path for search.

Hello, Sometimes, I want add a extra DLL path + File for working. Now, there is in the PlainDriver a Funktion: FLoader := TZNativeLibraryLoader.Create([]); {$IFNDEF UNIX} FLoader.AddLocation(WINDOWS_DLL_LOCATION); {$ELSE} FLoader.AddLocation(LINUX_DLL_LOCATION); {$ENDIF} for adding a DLL. Now, I wan...
by mmvisual
17.04.2012, 16:18
Forum: ZeosLib 7.0 Beta Forum
Topic: Create Database with Zeos V7
Replies: 1
Views: 743

Create Database with Zeos V7

Hello, For creating a new database and tabes with Zeos V6.6.6, I have set in TZConnection.Database := ''; And then use the command "CREATE DATABASE" in a TZQuery. But it does not work with Zeos V7, it will/must have a Database. The Workaround: For MySQL: TZConnection.Database := 'informati...
by mmvisual
16.04.2012, 20:27
Forum: ZeosLib 7.0 Beta Forum
Topic: MySQL, conversion from Strings from Zeos 6.6.6 to Zeos 7
Replies: 1
Views: 480

MySQL, conversion from Strings from Zeos 6.6.6 to Zeos 7

Now, I use the ZeosV7 SVN1159 FPC2.6 https://zeoslib.svn.sourceforge.net/svnroot/zeoslib/branches/testing-egonhugeist And I have make a upgrade from Zeos 6.6.6 to 7. In Zeos 6.6.6+MySQL was a bug and all Strings are doubled UTF8Encoded and wrong posted into the Database. (See MyPHPAdmin or MySQLWork...
by mmvisual
16.04.2012, 20:17
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] PostgreSQL, problems with BLOB Data
Replies: 5
Views: 808

If in the StringFields are a '\', the displayed string was not right. It is now corrected in:
https://zeoslib.svn.sourceforge.net/svn ... gonhugeist
Rev 1159

@EgonHugeist
Thank you for nice support!
by mmvisual
15.04.2012, 20:25
Forum: Feature Requests
Topic: Maybe improve the design of icons
Replies: 20
Views: 4464

I think version 3 ist nice.