Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   MyDac Table mit Open und FetchAll (https://www.delphipraxis.net/216837-mydac-table-mit-open-und-fetchall.html)

Frickler 13. Mär 2025 19:11

AW: MyDac Table mit Open und FetchAll
 
Zitat:

Zitat von Edelfix (Beitrag 1547067)
Wenn ADS einen Datenbank Curser hat aber MariaDB nicht dann ist Wahl der neuen Datenbank wohl nicht so glücklich.

Welche Datenbank ist der ADS ähnlicher?

Eventuell NexusDB?

Weil eigentlich ist das ja "BDE-Verhalten" (Tabelle in DataGrid laden und dann Range und Filter benutzen, um "visuell" in den Daten rumzugraben), und sowohl ADS als auch NexusDB stellen das nach.

himitsu 13. Mär 2025 20:18

AW: MyDac Table mit Open und FetchAll
 
Wie wäre es mit PostgreSQL (Postgres)?

PgDAC
AnyDAC
UniDAC

FireDAC

Edelfix 14. Mär 2025 12:01

AW: MyDac Table mit Open und FetchAll
 
Es gibt eine neue Antwort von Devart:

Please be advised that the error message "Lost connection to MySql server during query" during debugging in the IDE is not a bug. These are the features of the scenario of our components' operation.

In order to be able to suppress this exception and at the same time not affect other exceptions that notify real issues, we will add a new class - EMySqlNetException = class(EMySqlException) for the MySqlNet module for generating internal errors.

This will allow us to suppress the output of this error message (which can occur when FetchAll = False and is then correctly processed by us, but is issued as an exception in the IDE) for the new exception class while leaving accessible all other important exception classes (messages about a real issue) for display.

Könnte eventuell auch für andere hilfreich sein.


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:47 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz