CommandText Capacity of TSQLClientDataSet

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Eventer
Posts: 5
Joined: Mon 22 Aug 2005 12:10
Contact:

CommandText Capacity of TSQLClientDataSet

Post by Eventer » Mon 19 Sep 2005 07:19

I use dbxsda.dll v2.50.6, D6, Win2000Pro. When trying to execute SQL command with script length more then 1 K I've got a problem. In SQLMonitor log I see that only 1 k of my command were fetched to the serverside. What wrong here?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 19 Sep 2005 10:51

This is an SQLMonitor limitation

Post Reply