Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Basic connect
Fri, Sep 7 2012 2:38 AMPermanent Link

IQA

Hi All,

Really simple newb question for you...

I've setup a dataset in the 'DataSet Manager' to a local EDB database,
the preview window shows the data and I know the connection is fine.

I use...

procedure TForm1.Form1Show(Sender: TObject);
begin
  Database.Load(Test1);
end;

And the form shows, hangs for a bit then I get the message...

Stop running script? A script on this page is causing your web browser
to run slowly. etc etc.

What am I doing wrong? It happens even with no components on the form.

I also tried a DBISAM and a Remote ElevateDB which works fine in the
'DataSet Manager' / preview window, but I get the script error when running.

Cheers,

Phil.
Fri, Sep 7 2012 4:42 AMPermanent Link

IQA

> Hi All,
>
> Really simple newb question for you...
>
> I've setup a dataset in the 'DataSet Manager' to a local EDB database,
> the preview window shows the data and I know the connection is fine.
>
> I use...
>
> procedure TForm1.Form1Show(Sender: TObject);
> begin
>    Database.Load(Test1);
> end;
>
> And the form shows, hangs for a bit then I get the message...
>
> Stop running script? A script on this page is causing your web browser
> to run slowly. etc etc.
>
> What am I doing wrong? It happens even with no components on the form.
>
> I also tried a DBISAM and a Remote ElevateDB which works fine in the
> 'DataSet Manager' / preview window, but I get the script error when
> running.
>
> Cheers,
>
> Phil.

OK it was just timing out, cause there was 30,000 records. I tried a
smaller query and it worked, but even with just 67 records it seemed to
have 3 second freeze while it grabbed the records.

Fri, Sep 7 2012 1:32 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Phil,

<< OK it was just timing out, cause there was 30,000 records. I tried a
smaller query and it worked, but even with just 67 records it seemed to have
3 second freeze while it grabbed the records. >>

The grid is still sensitive to having too many records loaded.  Anything
over a couple of thousand is going to cause some delay, especially in IE.
I'll be changing this shortly so that the grid doesn't use as much
resources, and this will drastically improve the loading time for IE.   FF
and everyone else doesn't have as much of an issue with this, of course. Smile

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Image