Search results

  1. EarthWorm

    Using database to enterpret logfile

    Well, the file I in that vrsion call "Database" I've renamed to CodeTable, it contains the translations for the numbers. The main purpouse for this proj. is that i want to interpret the rawkodes with this table.
  2. EarthWorm

    Using database to enterpret logfile

    And this is the log... With some comments.
  3. EarthWorm

    Using database to enterpret logfile

    I can attach the files with the message...:p This is The Database
  4. EarthWorm

    Using database to enterpret logfile

    Ok; I'll try somthing like this, but i think i need som IF THEN programming an so. Then there might allso be an extended piece of code after the 51910 wich is like 00D00: like this "51920 00D00". The garbage is quite easily identifyed by that if there is less than 4 chars it is no good. I way i...
  5. EarthWorm

    Using database to enterpret logfile

    Hmm... As i said, not too familiar with Access. Could you be moore specific?
  6. EarthWorm

    Using database to enterpret logfile

    Hi! I am totally new to Access, but easy to learn. I want to interpret a logfile with codes like this: 1: 51910 00D00 or just 2: 71910B. The syntax for this is 1: 5(call from)1910(car nr) 00D00(Start of shift) and 2: 7(selective call from)1910(car nr)B(unknown) There are allso garbagecode like...
Back
Top Bottom