G'Day,

I have a standard DBGrid connected to a TDataSource which is in turn
connected to a TIBTable. For some reason refreshing the table and or dbgrid
does not refresh the grid. What gives?? If I mess with the transaction
component params to "Read Write Comitted" I get a BDE Error: Lock Conflict
On No Wait Transaction.

This is how the TIBDatabase etc. is configured....

- Drop TIBDatabase onto DataModule
- Drop TIBTransaction onto DataModule
- TIBDatabase.DefaultTransaction to the TIBTransaction above
- TIBDatabase.DatabaseName := 'C:\SomePath\TheDB.gdb';
- TIBDatabase.Connect;
- Drop TIBTable and set its database and transaction properties
- TIBTable.Connect;

Also does anyone know where I can find a bit more detailed information on
the Server Errors that are returned more so than what is shipped in the
Interbase docs??

TIA

------------------------------------------------------------------------
--Donovan
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems, Delphi Developer
Web: www.namsys.com.au E-Mail: [EMAIL PROTECTED]
Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
TVisualBasic = Class(None);
------------------------------------------------------------------------

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to