Search found 18 matches

by af0815
08.08.2018, 09:07
Forum: ZeosLib 7.2 Forum
Topic: Lazarus - online package manager
Replies: 7
Views: 2348

Re: Lazarus - online package manager

This is only a suggestion from me. Description/Abstract The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. Features Support object for Sequences (Generators) Support for Fire...
by af0815
05.08.2018, 17:35
Forum: ZeosLib 7.2 Forum
Topic: Lazarus - online package manager
Replies: 7
Views: 2348

Re: Lazarus - online package manager

Can the information in the lpk-files filled out more descriptive please. The information for OPM will extracted from the used Lazarus packages. Actual it looks very spartanic Zeos.JPG There is indeed not much information in the package Zeos2.JPG Tis info is extracted from the lpk { "Name" ...
by af0815
30.07.2018, 14:44
Forum: Lazarus / Freepascal
Topic: ZConnection with FreeTDS - detect a broken connection
Replies: 1
Views: 1196

ZConnection with FreeTDS - detect a broken connection

Hi, what is the best way to detect/catch a broken connection, without poping up a messagewindow or crash the application ? I connect to a MSSqlserver and sometimes the connection is broken (but the server is reachable by a ping) and i want to detect this and startup the connection again. Actual some...
by af0815
16.07.2018, 08:00
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46623

Re: Zeos 7.3 testers-thread

Actual Zeos trunk wont compile sucessfully in Linux enviorment. ZDbcOleDB need ActiveX. This is not available on Linux (Debian). See http://forum.lazarus.freepascal.org/index.php/topic,41872.msg291460.html#msg291460 Andreas Edit: ENABLE_OLEDB is IMHO false activated in ZDbcOleDB.pas. It should not a...
by af0815
28.04.2017, 06:11
Forum: Documentations
Topic: Documentation on zeos.firmos.at - deadlink
Replies: 8
Views: 4299

Re: Documentation on zeos.firmos.at - deadlink

Here the snippets i found in the archives of the web. They where from the vanished site.

Andreas
by af0815
27.04.2017, 15:02
Forum: ZeosLib 7.2 Forum
Topic: Test Server reachable BEFORE connect
Replies: 3
Views: 773

Re: Test Server reachable BEFORE connect

Ok, thanks Jan, i ask this, because i found in ZAbstractconnection this functions function Ping: Boolean; virtual; function PingServer: Boolean; virtual; This was the reason for my question. I can use a ping for tests the server too, normally if the ping is ok, the DB is also reachable. Thx for the ...
by af0815
25.04.2017, 11:49
Forum: Documentations
Topic: Documentation on zeos.firmos.at - deadlink
Replies: 8
Views: 4299

Re: Documentation on zeos.firmos.at - deadlink

Sometimes i find parts of the zeos.at documentation on my searches, where is the place to publish or send ?

Here in Forum ?

Andreas
by af0815
25.04.2017, 07:50
Forum: ZeosLib 7.2 Forum
Topic: Test Server reachable BEFORE connect
Replies: 3
Views: 773

Test Server reachable BEFORE connect

Is it possible to test, if a server is reachable before the ZConnection is activated. I looked inside the ping and pingserver, but both use FConnection, but FConnection is not created at this time. I want to use this to decide to use a buffed Dataset or to connect to a server. One goal is, the must ...
by af0815
19.04.2017, 13:03
Forum: ZeosLib 7.2 Forum
Topic: Lazarus EOleException
Replies: 4
Views: 910

Re: Lazarus EOleException

miab3 wrote:At me, it works for:

Code: Select all

Provider=Microsoft.ACE.OLEDB.12.0;
Michal
With THIS Provider for me too. There must be a diffence between the providers. So the use of of ODBC DSN in Win 10 looks outdated.

THX
Andreas
by af0815
19.04.2017, 09:00
Forum: ZeosLib 7.2 Forum
Topic: Lazarus EOleException
Replies: 4
Views: 910

Re: Lazarus EOleException

Sorry, i forgot to say, the Access DB is the test_1.tpdb8. Its a mdb.

https://github.com/afriess/schnell/blob ... st_1.TPDB8

To make it more clear, i copied the as an mdb.
by af0815
19.04.2017, 06:21
Forum: ZeosLib 7.2 Forum
Topic: Lazarus EOleException
Replies: 4
Views: 910

Lazarus EOleException

ZEOS 7.2.1-rc and Lazarus 1.8.0RC1 rUnknown FPC 3.1.1 i386-win32-win32/win64 I have a very simple sample on Github https://github.com/afriess/schnell/tree/master/ZEOSAccess/01_BasicAccess . It connects with ado to the Access Db with a DSN with a ZConnection and a ZTable & Datasource & DB-Gri...
by af0815
03.04.2017, 19:50
Forum: Documentations
Topic: Documentation on zeos.firmos.at - deadlink
Replies: 8
Views: 4299

Re: Documentation on zeos.firmos.at - deadlink

So the good news are -> no deadlink for documentation.

I have written the LazInfos in Latex too. I used an another structure. You can see this at the svn on sourceforge

https://sourceforge.net/p/lazsnippets/c ... zSnippets/

Andreas

BTW: We can discuss this direkt.
by af0815
31.03.2017, 19:41
Forum: Documentations
Topic: Documentation on zeos.firmos.at - deadlink
Replies: 8
Views: 4299

Re: Documentation on zeos.firmos.at - deadlink

Thank you for the information. I found parts of the zeos-manual translated to german in the 'Delphi-Treff' and have also an 'original' pdf Author Michael Seeger (ZeosLib Development Team) Date 26.03.2008, 16:01 Views 6143 at 22,03,2010 Description A ZEOS basics tutorial not only for Firebird ... Cat...
by af0815
30.03.2017, 22:08
Forum: Documentations
Topic: Documentation on zeos.firmos.at - deadlink
Replies: 8
Views: 4299

Documentation on zeos.firmos.at - deadlink

I search for some documentation and found a lot of dead links to zeos.firmos.at . The domain is not reachable.

Is the content from zeos.firmos.at also lost or somewhere reachable ?

Andreas
by af0815
29.03.2017, 18:58
Forum: Lazarus / Freepascal
Topic: Buffered Dataset (possible to cut connection to server)
Replies: 5
Views: 1606

Re: Buffered Dataset (possible to cut connection to server)

I will have the problem of sync with very simple tables (yet). I have looked inside of some file sync (unison, tiOPFsync) and the ideas behind. Indeed i need those feature in the future more and more, i think. But all my knowledge is filebased, not DB. I understand your concept, but i didnt kow, if ...