Problem using trial version

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
ymak
Posts: 1
Joined: Fri 01 Feb 2008 18:46

Problem using trial version

Post by ymak » Sun 03 Feb 2008 09:33

I have download the trial version of the dbexpress driver for MS SQL Server. I am using Delphi 7.
I create a TSQLConnection and a TSimpleDataSet.
I run a query which should return about 700000 records (it is a test), but I only get about 3000.
Is there an explanation?
Another query returning about 10000 works fine.

Thank you

Yannis

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 04 Feb 2008 09:14

It is unlikely that the reason of this problem is DbxSda. Try to run your query using either other components (like ADO) or a client tool (like SQL Server Management Studio). Make sure that you connect to the same data source.

Post Reply