Welcome to UniDAC Feedback Page!

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Welcome to UniDAC Feedback Page!

Post by Challenger » Tue 15 Jan 2008 15:24

Dear users,
we are very keen to make UniDAC better. We invite you to tell us what you think. Let us know if you have any comments or suggestions about UniDAC. We encourage you to provide us with feedback using this page.

Devart development team
http://www.devart.com/

jbakuwel
Posts: 35
Joined: Tue 02 Feb 2010 04:47

Feature request

Post by jbakuwel » Fri 25 Jun 2010 01:06

Hi,

I hope this is the right place for a feature request :-)

I'm looking for an easy way to build up a log of all executed queries so I can see which part of the code could do with further optimization.

The Debug property of TUniCustomDataset is very useful... however somewhat limited.

A new OnDebug event that gets called if Debug is True and Assigned(OnDebug) is True would enhance the debugging capabilties. Ideally the OnDebug event should be added to TUniCustomDataSet as well as to TUniConnection. If Debug is True and Assigned(OnDebug) is False, the current behaviour could be retained.

The OnDebug event for TUniConnection would allow for analysing all interaction with the database and should be called prior and after executing any query, starting, committing and rolling back a transaction, passing the SQL statement (if applicable) sent to the server as a string.

The OnDebug event for TUniCustomDataSet should be called prior and after executing a query passing the SQL statement sent to the server as a string.

What do you think?

kind regards,
Jan

daizhicun
Posts: 109
Joined: Thu 21 Jan 2010 11:49

Post by daizhicun » Wed 18 Aug 2010 06:19

please take care of the charSet ;

it is not good for ohter language (for example chinese);

sasdua
Posts: 73
Joined: Wed 16 Mar 2011 15:06

Post by sasdua » Fri 16 Sep 2011 05:02

Do you guys have any schedule to release New Version?

kaiserilich
Posts: 23
Joined: Tue 23 Mar 2010 08:36
Location: spain
Contact:

Re: Welcome to UniDAC Feedback Page!

Post by kaiserilich » Tue 13 May 2014 11:23

Hi,

.- Please update the help file, and try to be more explicit on the definitions.

.- Put some simple sample code into the help, that must be great. some times that be very usefully.

thanks

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Welcome to UniDAC Feedback Page!

Post by AlexP » Tue 13 May 2014 13:17

You can add any suggestions concerning our products at our UserVoice page: https://devart.uservoice.com/forums/104 ... components .

Locked