Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem using AsgFFCG1 CheckForTableUpdate

1 view
Skip to first unread message

John Myren

unread,
Nov 12, 2002, 9:58:55 AM11/12/02
to
When i run my project in the IDE it breaks on the second table with a
timeout. (Error message: Project InfoMarina.exe raised exception class
EffExecption with message 'Timed out waiting for reply'. Process stopped.
Use Step or Run to continue.) When I execute the .exe file I get a result as
you can se below.

Code:
//Brygger
CheckClass := TffTblBryggerCheck.Create(nil);
try
CheckClass.CheckForTableUpdate(aDB);
TempList.Add('Brygger');
TempList.AddStrings(CheckClass.UpdateDocumentation);
finally
CheckClass.Free;
end;


My table descriptions in front of the messages.

Båttype
2002-11-11 21:47:04 INFO: Start of table update.
2002-11-11 21:47:04 INFO: Check wether table exists.
2002-11-11 21:47:04 INFO: Comparing dictionaries.
2002-11-11 21:47:04 INFO: Value of autoinc seed on start: 1
2002-11-11 21:47:04 INFO: Table has the wanted structure.
2002-11-11 21:47:04 INFO: Attempt to pack a table.
2002-11-11 21:47:05 INFO: 100% done.
2002-11-11 21:47:05 INFO: 100% done.
2002-11-11 21:47:06 INFO: Value of autoinc seed on stop: 1
Forening
2002-11-11 21:47:06 INFO: Start of table update.
2002-11-11 21:47:06 INFO: Check wether table exists.
2002-11-11 21:47:06 INFO: Comparing dictionaries.
2002-11-11 21:47:06 INFO: Value of autoinc seed on start: 0
2002-11-11 21:47:06 INFO: Table has the wanted structure.
2002-11-11 21:47:06 INFO: Attempt to pack a table.
2002-11-11 21:47:36 EXCEPTION: An error occurred while attempting to
initialize the Borland Database Engine (error 2805)
Brygger
2002-11-11 21:47:36 INFO: Start of table update.
2002-11-11 21:47:36 INFO: Check wether table exists.
2002-11-11 21:47:36 INFO: Comparing dictionaries.
2002-11-11 21:47:36 INFO: Value of autoinc seed on start: 0
2002-11-11 21:47:36 INFO: Table has the wanted structure.
2002-11-11 21:47:36 INFO: Attempt to pack a table.
2002-11-11 21:47:39 INFO: 100% done.
2002-11-11 21:47:39 INFO: Value of autoinc seed on stop: 0


Franz-Leo Chomse [TPX]

unread,
Nov 12, 2002, 10:19:24 AM11/12/02
to
On Tue, 12 Nov 2002 15:58:55 +0100, "John Myren" <john....@jmdata.no> wrote:

>When i run my project in the IDE it breaks on the second table with a
>timeout. (Error message: Project InfoMarina.exe raised exception class
>EffExecption with message 'Timed out waiting for reply'. Process stopped.
>Use Step or Run to continue.) When I execute the .exe file I get a result as
>you can se below.

Do you use the table on an automatically created datamodule?

If the table is active the server can't get the exclusive access needed for the
pack operation.

Regards from Germany

Franz-Leo

Franz-Leo Chomse(mailto:Franz-Le...@tpx.turbopower.com)
FF Foundry at http://community.turbopower.com
Newsgroup search at http://www.tamaracka.com
Fixes and updates at ftp://ftp.turbopower.com/pub/flash/updates/

John Myren

unread,
Nov 12, 2002, 11:44:34 AM11/12/02
to
My mistake, one Query was active.

Sorry to bother you with this!

"Franz-Leo Chomse [TPX]" <Franz-Le...@tpx.turbopower.com> skrev i
melding news:pq62tu4prhhjna9qk...@4ax.com...

0 new messages