Is there a property that indicates if MySQL returned warnings?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
davidmarcus
Posts: 50
Joined: Tue 25 Jan 2005 11:22
Location: Somerville, MA
Contact:

Is there a property that indicates if MySQL returned warnings?

Post by davidmarcus » Fri 06 Nov 2015 19:44

In PHP, there is a mysqli->warning_count property to give the number
of warnings that the previous statement generated. Does TMyConnection,
TMyScript, or TMyCommand have anything to indicate if there are
warnings?

MyDAC Professional 8.6.19, Delphi 10 Seattle.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Is there a property that indicates if MySQL returned warnings?

Post by ViktorV » Mon 09 Nov 2015 11:21

Currently, MyDAC doesn't support this functionality. If you want us to implement the feature, please post a suggestion at our user voice forum: https://devart.uservoice.com/forums/104 ... 8913-mysql If the suggestion gets enough votes, we will consider the possibility to implement the feature.

Post Reply