Home > Archive > Clarion > February 2007 > Slow When Inserting Records
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Slow When Inserting Records
|
|
|
| Hi,
I'm Using Clarion 5.5 with ABC standard. I need helps to solved the
problems
I Have for about 20000 record with 1 field as Primary Key and it is
auto increment. The Problem is
The insert proses could take for about 10 second at the first time
before the form opened..
Thank's
| |
|
| try use Stream/Flush option... or LOGOUT... or APPEND() and Build().....
"Tan" <taniarto00@yahoo.co.id> wrote in message
news:1170039268.042917.210700@k78g2000cwa.googlegroups.com...
> Hi,
> I'm Using Clarion 5.5 with ABC standard. I need helps to solved the
> problems
> I Have for about 20000 record with 1 field as Primary Key and it is
> auto increment. The Problem is
> The insert proses could take for about 10 second at the first time
> before the form opened..
>
> Thank's
>
|
|
|
|
|