Jump to content

tobenschain

Members
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. I'm getting "no such table" on the second.
  2. tobenschain

    FindNearest doesn't work

    good to go thanks
  3. tobenschain

    FindNearest doesn't work

    KeyIdx is primary and unique other settings:
  4. tobenschain

    FindNearest doesn't work

    CachedUpdates false FetchOptions.Unidirectional false FetchOptions.CursorKind ckAutomatic FetchOptions.LiveWindowParanoic false
  5. tobenschain

    FindNearest doesn't work

    BudSys_DB.Params.RecordCountMode := cmTotal; doesn't help
  6. tobenschain

    FindNearest doesn't work

    I can't understand why this doesn't work Using FireDAC with SQLite and TFDTable, this returns RecNo of -1 findkeyw := '8F'; ABudSys_DB.IndexFieldNames := 'key'; ABudSys_DB.IndexName := 'KeyIdx'; ABudSys_DB.FindNearest([findkeyw]); This also returns RecNo of -1 findkeyw := '8F30'; ABudSys_DB.IndexFieldNames := 'key'; ABudSys_DB.IndexName := 'KeyIdx'; if ABudSys_DB.FindKey([findkeyw]) then File has for index 8A43 8F30 8F31
  7. tobenschain

    FireDAC open error

    backup worked
  8. tobenschain

    FireDAC open error

    i can create a sqlite file in memory but I cannot save it to disk
  9. tobenschain

    corrupt primary key?

    where is charset specified?
  10. tobenschain

    corrupt primary key?

    using the default
  11. tobenschain

    corrupt primary key?

    Using FireDAC i created a Fire Bird table. I use Next command to go through the entire file of 6,000 records. The keys essentially go like this: 'B040' 'B060' 'B070' 'Xƒ0000' 'Xƒ0010' 'Xƒ0020' 'X‡62170' 'X‡62180' 'X‡62190' 'Xˆ001' 'Xˆ002' 'Xˆ003' For some reason the Next command pulls up 'Xƒ0000' for a second time after 'X‡62190'. Are extended ASCII codes allowed?
  12. tobenschain

    key is temporary

    thanks i was calling CreateTable before defining index
  13. tobenschain

    key is temporary

    using FireDAC i am creating a table at runtime with a primary key. how do i make the key permanent ?
  14. tobenschain

    Borland Database Engine

    I am unable to find download of BDE for XE7
  15. tobenschain

    delete record

    that worked thanks
×