Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread StartTransaction - EmptyStringsArray
Sun, Aug 2 2009 7:20 PMPermanent Link

Richard Harding
Tim,

I have been calling StartTransaction

Tables:         TEDBStringsArray;

  SetLength(Tables, 0);
  EDBDatabase1.StartTransaction(Tables);

instead of StartTransaction(EmptyStringsArray);

The manual says that "EmptyStringsArray" is in edbtype but it does not appear to be the
case.  

Richard Harding
Sun, Aug 2 2009 8:27 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Richard,

It's "EmptyEDBStringsArray", not "EmptyStringsArray".

--
Fernando Dias
[Team Elevate]
Sun, Aug 2 2009 9:04 PMPermanent Link

Richard Harding
Thanks Fernando.

--
Richard Harding
Image