Page 1 of 1

Problem using trial version

Posted: Sun 03 Feb 2008 09:33
by ymak
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

Posted: Mon 04 Feb 2008 09:14
by Antaeus
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.