Re: IDE no response




"Man Utd" <alanpltseNOSPAM@xxxxxxxxxxxx> wrote in message
news:42ddab98$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Sorry, additional information:
> it happens only to TADO components, for example:
> 1) if I put TDOTable onto a form, set the connection property, then select
> the table name drop down arrow, it was frozen without showing the dropdown
> list, I need to terminate Delphi.
> 2) if I put TDOQuery onto a form, then select the SQL property, enter the
> SQL statement, click OK, it was frozen.
>
> It has no problem with BDE VCL I tried.

Avoid using table based components against a set based RDBMS...

http://bdn.borland.com/article/0,1410,28160,00.html
http://www.logicfundamentals.com/pages/BrowsingLargeTables.aspx
http://www.logicfundamentals.com/pages/TablesVsQueries.aspx

Good luck,
krf


.